@extends("front.$version.layout") @section('styles') @endsection @section('pagename') - {{__('Events')}} @endsection @section('meta-keywords', "$be->events_meta_keywords") @section('meta-description', "$be->events_meta_description") @section('breadcrumb-title', convertUtf8($bs->event_title)) @section('breadcrumb-subtitle', convertUtf8($bs->event_subtitle)) @section('breadcrumb-link', __('Events')) @section('content')
{{__('Events')}}

{{__('Our Upcoming Events')}}

@if (count($events) > 0) @foreach($events as $event) @endforeach @else

{{__('NO EVENT FOUND')}}

@endif
@endsection @section('scripts') @endsection