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