{{-- = RouteAssignment::with(['' => function ($query)--}}
{{--{--}}
{{--$query->with(['' => function ($query)--}}
{{--$query->where('type', 'LOADING')->first();--}}
{{--}]);--}}
{{--}, 'loadingOrderDestinationContainers' => function ($query)--}}
{{--{--}}
{{--$query->with('shippingLine');--}}
{{--*/ $loading_order_destination_route_assignments = $route_assignment->loadingOrderDestinationRouteAssignments /*--}}
@foreach($loading_order_destination_route_assignments as $destination_route_assignment)
{{--*/ $containers=$destination_route_assignment->loadingOrderDestination->loadingOrderDestinationContainers /*--}}
@endforeach