@extends('index') @section('content')
@if($schedules->count())
General Information
See All
@endif
@forelse ($generalInformations as $generalInformation)
...
@empty @endforelse
@if($schedules->count())
LOC Info
See All
@endif @forelse ($schedules as $schedule)
{{ $schedule->title }}
{{ $schedule->date->format("d F Y") }}

{{ $schedule->location }}

@empty
No information yet
@endforelse
@endsection @push('modal') @endpush @push('scripts') @endpush