@extends('layouts.master1') @section('title') Rotary • Club of Lekki Phase One @endsection @section('breadcrumbheader1') Events @endsection @section('page') Events @endsection @section('styles') @endsection @section('content')
@forelse ($event as $list) @empty

No Event for this section

@endforelse {!! $event->render() !!}
@endsection @section('script') @endsection