@extends('seller.layout.index') @section('title') نمایش @endsection @section('style') @endsection @section('script') @endsection @section('style') @endsection @section('content')
شماره سفارش : {{ $setting->productCode.'-'.$order->order_number }}
@if($order->DeliveryMethod->id==1)
@csrf @if($errors->has('TrackingCode'))
{{ $errors->first('TrackingCode') }}
@endif
@endif

@include('admin.orders.show_items') بازگشت
@endsection