@extends("admin.template.layout") @section('header') @endsection @section('content')
{{$booking->booking_number}}
@csrf
@foreach($booking->booking_truck as $booking_truck)
@if($booking_truck->booking_truck_alot->count() == 0)
@else
@endif
@endforeach @if(count($booking->booking_truck) == 0)
@endif
@stop @section('script') @stop