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

{{$event->title}}

{!!$event->description!!}

@endsection