@section('title', __('Create Sale From Quotation')) @section('breadcrumb') {{ __('Sale Quotation') }} {{ __('Home') }} {{ __('Sale Quotation') }} @endsection @csrf {{ __('Reference') }} * {{ __('Customer') }} * @foreach (\App\Models\Customer::all() as $customer) customer_id == $customer->id ? 'selected' : '' }} value="{{ $customer->id }}">{{ $customer->name }} @endforeach {{ __('Date') }} * {{ __('Status') }} * @foreach (\App\Enums\SaleStatus::cases() as $status) {{ __($status->name) }} @endforeach {{ __('Payment Method') }} * Cash Bank Transfer Cheque Other {{ __('Amount Received') }} * {{ __('Note (If Needed)') }} {{ __('Create Sale') }}