@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

طلبات الشحن

@endsection @section('content')
@csrf
@error('ship_number') {{ $message }} @enderror
@error('book_id') {{ $message }} @enderror
@foreach ($patches as $key => $patch) @endforeach
تاريخ الطلب العدد المطلوب العدد الحالي بواسطة #
{{$patch->created_at}} {{$patch->patch_number}} {{$patch->ordersCount()}} {{$patch->creator->name}} طبعة البوليصة
@endsection @section('script') @endsection @section('script-bottom')