@extends('layouts.print', ['title' => 'تحویل سفارشات']) @section('css') @stop @section('content')

لیست تحویل سفارش - {{ $today }}

@if($withprice == true) @endif @foreach ($data as $item) @if($withprice == true) @endif @endforeach
ردیف کد پیگیری سفارش نام خریدار شماره موبایل وزن مرسوله کد رهگیری مرسوله مقصداستعلام قیمت
{{ $item->rowIndex }} DO-{{ $item->invoice_number }} {{ $item->first_name }} {{ $item->last_name }} {{ $item->mobile }} {{ $item->posting_weight }} {{ $item->posting_code }} {{ $item->province }} / {{ $item->city }} {{ $item->district != "" && $item->district != null ? '/' . $item->district : '' }}{{ $item->dprice }}
@stop