Status | Sector | Location | Date | |
---|---|---|---|---|
{!! getLabelByStatus($booking->status) !!} | {{ $booking->category->name }} | {{ ($booking->country_id == '' || $booking->country_id == 0) ? 'All Countries' : $booking->country->name }} > {{ ($booking->region) ? $booking->region->name : " All Regions" }} | {{ $booking->created_at->format('Y-m-d') }} | {!! Form::open([ 'url' => route('buttonBookingDestroy', $booking->id), 'method' => 'delete']) !!} {!! Form::close() !!} |