{{-- resources/views/conference/calendar.blade.php --}} @extends('layouts.app') @section('title', 'Conference Calendar') @section('page_title', 'Conference Calendar') @section('page_subtitle', 'Venue availability and bookings') @section('content')
← Conference New Booking
{{-- Venue Filter --}}
Filter venue: @foreach($venues as $venue) @endforeach
Tentative Confirmed
{{-- Event detail modal --}} @endsection @push('styles') @endpush @push('scripts') @endpush