@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.order.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('code'))
{{ $errors->first('code') }}
@endif {{ trans('cruds.order.fields.code_helper') }}
@if($errors->has('product'))
{{ $errors->first('product') }}
@endif {{ trans('cruds.order.fields.product_helper') }}
@if($errors->has('branch'))
{{ $errors->first('branch') }}
@endif {{ trans('cruds.order.fields.branch_helper') }}
@if($errors->has('qty'))
{{ $errors->first('qty') }}
@endif {{ trans('cruds.order.fields.qty_helper') }}
@if($errors->has('amount'))
{{ $errors->first('amount') }}
@endif {{ trans('cruds.order.fields.amount_helper') }}
@if($errors->has('customer_name'))
{{ $errors->first('customer_name') }}
@endif {{ trans('cruds.order.fields.customer_name_helper') }}
@if($errors->has('customer_address'))
{{ $errors->first('customer_address') }}
@endif {{ trans('cruds.order.fields.customer_address_helper') }}
@if($errors->has('customer_phone_number'))
{{ $errors->first('customer_phone_number') }}
@endif {{ trans('cruds.order.fields.customer_phone_number_helper') }}
@if($errors->has('province'))
{{ $errors->first('province') }}
@endif {{ trans('cruds.order.fields.province_helper') }}
@if($errors->has('city'))
{{ $errors->first('city') }}
@endif {{ trans('cruds.order.fields.city_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.order.fields.status_helper') }}
@if($errors->has('district'))
{{ $errors->first('district') }}
@endif {{ trans('cruds.order.fields.district_helper') }}
@if($errors->has('purchase_order'))
{{ $errors->first('purchase_order') }}
@endif {{ trans('cruds.order.fields.purchase_order_helper') }}
@if($errors->has('invoice'))
{{ $errors->first('invoice') }}
@endif {{ trans('cruds.order.fields.invoice_helper') }}
@if($errors->has('delivery_note'))
{{ $errors->first('delivery_note') }}
@endif {{ trans('cruds.order.fields.delivery_note_helper') }}
@endsection @section('scripts') @endsection