@extends('admin.layout.app') @section('style') @endsection @section('header')
  • @endsection @section('content')

    بيانات الاستلام

    الاجمالي
    Tolal
    {{$order->price}} @if ( str_contains(url('/'), 'madarex.sa') ) ر.س @else جنية @endif
    @php echo 'barcode'; @endphp
    @php $len = strlen($order->id); $full = 15; $rem = 0; if ($full > $len) { $rem = $full - $len; } @endphp @for ($i = 0; $i < $rem; $i++) 0 @endfor {{$order->id}}



    بيانات الارسال Customer No:
    Revicer Name : {{$order->Company->name ?? ''}} : اسم المرسل
    Phone : {{$order->Company->phone ?? ''}} : الهاتف
    Mobile : {{$order->Company->phone ?? ''}} : الجوال
    Email : {{$order->Company->email ?? ''}} : البريد الالكترونى
    SHIPPER Country : @if ( str_contains(url('/'), 'madarex.sa') ) المملكة العربية السعودية @else مصر @endif : الدوله
    City : {{$order->Company->City->name ?? ''}} : المدينه
    Adress : {{$order->Company->adress_details ?? ''}} : العنوان
    Signature : : التوقيع
    PICKED BY
    Employee Name اسم المندوب Date التاريخ
    بيانات الاستلام Customer No:
    Revicer Name : {{$order->recipent_name}} : اسم المستلم
    Phone : {{$order->phone}} : الهاتف
    Mobile : {{$order->phone}} : الجوال
    Email : : البريد الالكترونى
    RECIEVER Country : : الدوله
    City : {{$order->City->Parent->name ?? ''}} / {{$order->City->name ?? ''}} : المدينه
    Address : {{$order->adress_details}} : العنوان
    Signature : : التوقيع
    PICKED BY
    Employee Name اسم المندوب Date التاريخ
    PICKED BY
    Employee Name نوع الشحنه محتوى الشحنه {{$order->first()->packages_number}} عدد الطرود
    CREATED AT
    {{$order->created_at}}
    @endsection @section('script') @endsection