{{--@if($serverstatus)--}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('store_sale-read'))
@if($counterinfo && session('session_direct_sale') ==false)


Counter


Name :

{{$userinfo->name}}

Counter : {{$counterinfo['get_store_counter_sale']['counter_no']}}

Start Time : {{\Carbon\Carbon::parse($counterinfo['start_datetime'])->format('h:i A')}}

End Time : {{\Carbon\Carbon::parse($counterinfo['end_datetime'])->format('h:i A')}}


Today's Sale:
{{$payable_amount}}



{{--
@if(sizeof($customerorders)>99) {{sizeof($customerorders)}}+ @else {{sizeof($customerorders)}} @endif
--}}

Log Off @elseif(session('session_direct_sale'))


@else Ask To Assign A Counter @endif
@if($counterinfo)
@if($customerinfo)
@error('barcode') {{ $message }} @enderror
@foreach($items as $item) @endforeach @error('item') {{ $message }} @enderror
@if($itemwisecart)
@error('batch') {{ $message }} @enderror
@error('brand_id') {{ $message }} @enderror
@error('dimension_id') {{ $message }} @enderror
@error('qty') {{ $message }} @enderror
@error('unit_price') {{ $message }} @enderror
@endif
@endif
@if(sizeof($countercarts)>0) @foreach($countercarts as $cartitem) @if(array_key_exists('getpurchaseiteminfo',$cartitem)) @endif @endforeach @else @endif
IMAGE ITEM PRICE QTY Amount Action
@if($cartitem['getpurchaseiteminfo']['item_image']) @else @endif {{$cartitem['getpurchaseiteminfo']['item_name']}}
Brand : {{$cartitem['getpurchaseiteminfo']['brand_name']}} Dimension : {{$cartitem['getpurchaseiteminfo']['dimension_name']}}
₹{{$cartitem['price']}}
₹{{$cartitem['amount']}}

No Items Available

@if(sizeof($customerinfo)>0)

Customer Information


{{$customerinfo['customer_name']}}

Mobile : {{$customerinfo['customer_mobile_no']}}

Address : {{$customerinfo['customer_delivery_address']}}

Category : {{$customerinfo['store_category_name']}}

@endif
{{--
--}}{{--@if(sizeof($customerorders)>99) {{sizeof($customerorders)}}+ @else {{sizeof($customerorders)}} @endif--}}{{--
--}}{{--
--}}{{--
--}} @if($customerinfo)
@endif
@endif
@else

Sorry !!! Unauthorized Access.

@endif {{-- @else

Sorry !!! Service Is Not Available.

@endif --}} @section('externaljs') @endsection