@extends('frontend.layouts.master') @section('meta') {{-- --}} {{-- --}} @endsection @section('title') {{$service->title}} @endsection @section('main-content') @include('frontend.layouts.notification')
@php $photo=explode(',',$service->photo); @endphp

{{$service->title}}

{!!$service->description!!}

@endsection