Booking Section
| S.N. | Name | Event Name | Price | Number | Action | --}}|
|---|---|---|---|---|---|---|
| {{ $loop->iteration ?? '-' }} | {{ $booking->name ?? '-' }} | {{ $booking->event ?? '-' }} | {{ $booking->price ?? '-' }} | {{ $booking->number ?? '-' }} | {{ $booking->email ?? '-' }} | {{----}} {{-- @if(optional($booking->users)->user_role != 'vendor')--}} {{-- --}} {{-- Make Vendor--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- Already a Vendor--}} {{-- --}} {{-- @endif--}} {{-- | --}}