/var/www/flurhymez/resources/views/sections
NameSizeModeActions
contact.blade.php83880644editdlrm
events.blade.php15460644editdlrm
intro.blade.php53700644editdlrm
mission.blade.php6850644editdlrm
partners.blade.php9150644editdlrm
services.blade.php9330644editdlrm
statistics.blade.php5250644editdlrm
story.blade.php6730644editdlrm
team.blade.php79750644editdlrm
testimonials.blade.php12450644editdlrm
works.blade.php86300644editdlrm
Edit: /var/www/flurhymez/resources/views/sections/events.blade.php (1546B)
@if (count($events) != 0)

{!! __('lang.events.section_title') !!}.

@foreach ($events as $event)
{{ date('j', strtotime($event->date)) }} {{ date('M', strtotime($event->date)) }}

{{ $event->categories->title }}

{{ $event->title }}

{{ $event->description }}

{{ $event->categories->title }}

@endforeach
@endif