@extends('layouts.app') @section('title', $order->exists ? __('dashboard.edit_embroidery_order') : __('dashboard.add_embroidery_order')) @section('page_heading', $order->exists ? __('dashboard.edit_embroidery_order') : __('dashboard.add_embroidery_order')) @section('content')
{{ $order->exists ? {{ __('dashboard.edit_order_ref') }} . '#' . $order->reference_code : {{ __('dashboard.new_embroidery_order') }} }}
طلبات التطريز
@csrf @if($order->exists) @method('PUT') @endif
{{-- Title - full width --}}
@error('title')
{{ $message }}
@enderror
{{-- Customer --}}
@error('customer_id')
{{ $message }}
@enderror
{{-- Status --}}
{{-- Target date --}}
{{-- Estimated price - full width on its row --}}
{{-- Description - full width --}}
{{-- Notes - full width --}}
إلغاء
@endsection