@if($bookings->count() > 0 ) @foreach($bookings as $booking) @endforeach
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() !!}
@elseif (!$button->home_order_num)

Button not live

@endif