@extends('backend.layouts_backend.master2') @section('title') Edit Point Of Sale Record @endsection @section('extra_styles') @endsection @section('content') {{-- header --}}

Edit Point Of Sale Record

@if (Auth::user()->can('client-create')) @endif @if (Auth::user()->can('product-create')) @endif @if (Auth::user()->can('view-calculator')) @endif @if (Auth::user()->can('sale-list')) @endif
{{-- end header --}}
@if (session('messagesave')) {{--
{{ session('message')}}
--}} @endif
@csrf @method('PATCH')
{{-- products section --}}
{{-- Products ordered --}}

@foreach ($existing_products as $key => $existing_product) @endforeach
Product * Price Quantity Subtotal Action

{{-- hidden inputs --}}



{{-- End of products ordered --}} {{-- Sale details --}}



{{-- validation --}} @if ($errors->has('client_id')) @endif

{{-- branch --}}


{{-- validation --}} @if ($errors->has('branch_id')) @endif
{{-- validation --}} @if ($errors->has('payment_method')) @endif

{{-- note --}} @if (is_sale_notes_enabled_on_pos())
@endif

{{-- end sale details --}} @if (is_booking_enabled_on_pos()) {{-- additional booking details --}}


{{-- validation --}} @if ($errors->has('booking_date')) @endif

{{-- validation --}} @if ($errors->has('booking_time')) @endif
{{-- validation --}} @if ($errors->has('booking_status')) @endif
{{--

@if ($errors->has('job_location')) @endif
--}}

{{-- validation --}} @if ($errors->has('booking_details')) @endif
{{-- End of products ordered --}}

{{-- end of additional booking details --}} @endif
{{-- end of products section --}} {{-- calculations --}}
  • Total Amount : UGX
  • 0.00
  • Discount (%)
  • Final Total: UGX
  • 0.00
  • Amount Paid (UGX)
  • {{-- validation --}} @if ($errors->has('amount_paid_by_client')) @endif
  • Balance (UGX)
{{-- row2 --}}

@if (Auth::user()->can('sale-list'))
@endif
{{-- end of calculations --}}
@endsection @section('extra_scripts') {{-- handline select2 --}} {{-- point of sale product --}} {{-- calculator --}} {{-- end of dynamic search javascript --}} @endsection