@extends('admin.layouts.master') @section('title', 'رحلة تحميل جديدة') @section('content')

رحلة تحميل جديدة

@csrf
@foreach($orders as $order) @endforeach
# العميل الوزن الإجمالي
{{ $order->id }} {{ $order->customer->customer_name }} {{ $order->total_weight_kg }} كجم {{ number_format( $order->total_amount, 2 ) }}
@endsection @push('js') @endpush