@extends('layouts.app') @section('title', __( 'sale.list_pos')) @section('content')

POS

@lang( 'sale.list_pos')

@can('sell.create') @endcan
@can('sell.view')
@lang('messages.date') @lang('sale.invoice_no') @lang('sale.customer_name') @lang('sale.location') @lang('sale.payment_status') @lang('sale.total_amount') @lang('sale.total_paid') @lang('sale.total_remaining') @lang('messages.action')
@endcan
@stop @section('javascript') @endsection