@extends('back.layouts.master') @push('styles') @endpush @section('content')

ویرایش سفارش حضوری

@csrf @method('put')
@foreach ($order->items as $item)
{{ $item->title }}
{{ $item->title }}
{{ number_format($item->real_price) }} تومان {{ number_format($item->price) }} تومان

@endforeach
tax ? 'checked' : '' }}> محاسبه {{ option('in_person_factor_tax') }} درصد مالیات
@include('back.orders.templates.product') @endsection @include('back.partials.plugins', ['plugins' => ['jquery-ui', 'persian-datepicker', 'jquery.validate']]) @push('scripts') @endpush