@extends('user.layouts.app')
@section('body_class', 'archive')
@section('content')
@foreach($bannerImages as $image)
@endforeach
Event Archive
@foreach($events as $event)
-
@foreach($event->photos as $photo)
@endforeach
{{$event->name}}
@endforeach
arrow_back
arrow_forwards
@endsection
@section('footer')
@endsection
@push('scripts')
@endpush