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

Sale Service Empty Cart

{{-- --}} @if(Session::has('saleItems')) @foreach(Session::get('saleItems') 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 $k => $groupItem) {{-- --}} @endforeach @else @foreach($groupItems as $serviceKey => $saleItem) @endforeach @endif @endforeach {{-- --}} @endforeach @endforeach @endif
SLService Name Delivery Date Qty Sale Price Disc (%) Total Action
{{$packageKey}}
1 {{$groupItem['diagnostic_test_name']}}
@if($packageKey == 'No-Package' && $groupKey == 'No-Group') @endif
{{$groupKey}} @if($packageKey == 'No-Package') @endif
1 {{$saleItem['diagnostic_test_name']}}

Find Test Name
@can('sale-service-create')
Patient: *

Patient Age
{{-- @if(!Session::has('patientInfo')) --}}
Y M D
{!! Form::select('blood_group', bloodGroups() ,null, ['class'=> 'form-control', 'id'=> 'blood_group','placeholder'=> 'Please Select Blood Group']) !!}
Referred By (NC) {{-- @if(!Session::has('doctorInfo')) --}}
Referred By {{-- @if(!Session::has('doctorInfo')) --}}
Hide name from invoice
Date
{{csrf_field()}}
Payment Type *
Sub Total
Discount
%
Total Amount
1000.00
Pay
Pay Note
Due
0.00
Room Number
Note
Sale Prepared By
{{auth()->user()->full_name }}
Delivery Date & Time
{{csrf_field()}}
@can('sale-service-create') @endcan  
@endcan
@endsection @section('extra-css') {{Html::style('vendor/takielias/posui/css/posui.css')}} {{Html::style('assets/plugins/datetimepicker/css/bootstrap-datetimepicker.min.css')}} @stop @section('extra-js') {{ Html::script('vendor/takielias/posui/plugins/typeahead.js/typeahead.bundle.min.js') }} {{ Html::script('assets/bower_components/moment/min/moment.min.js') }} {{ Html::script('assets/plugins/datetimepicker/js/bootstrap-datetimepicker.min.js') }} {{ Html::script('assets/plugins/birthday-selector/dobpicker.js') }} @endsection @section('script')