@extends('app') @section('content')

Edit Sale Empty Cart

{{-- --}} @if(count($finalArray) > 0) @php $sl=0; @endphp @foreach($finalArray as $mainKey => $saleItems) @foreach($saleItems as $packageKey => $packageItems)
@if($packageKey != 'No-Package')
@endif @foreach($packageItems as $groupKey => $groupItems) @if($groupKey == 'No-Group') @foreach($groupItems as $key=> $groupItem) @endforeach @else @foreach($groupItems as $serviceKey => $saleItem) @endforeach @endif @endforeach {{-- --}} @endforeach @endforeach @endif
SLService Name Qty Sale Price Disc Total Action
{{$packageKey}} {{--
--}}
@if($packageKey == 'No-Package' && $groupKey == 'No-Group') @endif
{{$groupKey}} @if($packageKey == 'No-Package') @endif

Find Test Name
@can('sale-service-create') {{-- --}} {{-- --}} {{-- --}}
Patient: * {{-- @if(!Session::has('patientInfo')) --}}
{!! Form::select('blood_group', [ 'A+'=>'A+', 'B+'=>'B+', 'AB+'=>'AB+', 'AB-'=>'AB-', 'O+'=>'O+', 'O-'=>'O-', 'A-'=>'A-', 'B-'=>'B-', ] ,$patientInfo->blood_group, ['class'=> 'form-control', 'disabled', 'id'=> 'blood_group','placeholder'=> 'Please Select Blood Group']) !!}
Referred By {{-- @if(!Session::has('doctorInfo')) --}}
@if(!empty($doctorCommission->doctor_id)) @else @endif
{{-- @else {{Session::get('doctorInfo.doctor_name')}} Remove @endif --}}
Date
{{csrf_field()}}
Payment Type *
Sub Total
{{$invoiceInfo->amount}}
Discountable Total
Discount
%
Total Amount
{{$invoiceInfo->amount-$invoiceInfo->discount}}
Paid
Paid
Due
{{$invoiceInfo->due}}
Pay Note
Note
Return
0.00
@can('sale-service-create') @endcan  
@endcan
@endsection @section('extra-css') {{Html::style('vendor/takielias/posui/css/posui.css')}} @stop @section('extra-js') {{ Html::script('vendor/takielias/posui/plugins/typeahead.js/typeahead.bundle.min.js') }} @endsection @section('script')