{{-- --}} @foreach($booths as $booth) {{-- --}} @endforeach @if(count($booths) <=0) @endif
Title Booth Number SizeCompanyLocation Pref. Created At Actions
{{ $booth->title ?? '-' }} {{ $booth->booth_number }} {{ $booth->size }}{{ $booth->company->name ?? 'N/A' }}{{ $booth->location_preferences }} {{ $booth->created_at->format('d M Y') }}
{{-- View --}} {{-- Edit --}} {{-- Delete --}}
@csrf @method('DELETE')
No data available
@if ($booths->hasPages())
@if (!$booths->onFirstpage()) @endif Page {{ number_format($booths->currentPage()) }} of {{ number_format($booths->lastPage()) }} @if (!$booths->onLastpage()) @endif
@endif