@extends('layouts.app') @section('title') {{__('Invoices')}} @endsection @section('breadcrumb')

{{__('Invoices')}}

@endsection @section('content')

{{__('Invoices Table')}}

@can('create_group') {{__('Create')}} @endcan
# {{__('Created By')}} {{__('Barcode')}} {{__('Patient Code')}} {{__('Patient Name')}} {{__('Contract')}} {{__('Subtotal')}} {{__('Discount')}} {{__('Total')}} {{__('Paid')}} {{__('Due')}} {{__('Date')}} {{__('Status')}} {{__('Action')}}
{{__('Summary')}}
{{__('Subtotal')}} :
{{__('Discount')}} :
{{__('Total')}} :
{{__('Paid')}} :
{{__('Due')}} :
@include('admin.groups.modals.print_barcode') @endsection @section('scripts') @endsection