@extends('admin.layout.app') @section('pageTitle')

{{ __('Invoice') }}

@stop @section('css') @stop @section('content')
{{ __('Invoices') }}
@can('create', App\Models\Bill::class) {{ __('Add New +') }} @endcan @can('delete', App\Models\Bill::first()) @endcan
{{ __('ID') }} {{ __('Customer') }} {{ __('Due Date') }} {{ __('End Date') }} {{ __('Totel') }} {{ __('Status') }} {{ __('Action') }}
@can('delete', App\Models\Bill::first()) @endcan @stop @section('js') @stop