@extends('layouts.layout') @section("content")
{{ __("Invoices") }}
@if (check_access(array('A_ADD_INVOICE'), true)) {{ __("New Invoice") }} @endif
{{ __("Invoice Number") }} {{ __("Invoice Reference #") }} {{ __("Bill To") }} {{ __("Bill To Name") }} {{ __("Invoice Date") }} {{ __("Invoice Due Date") }} {{ __("Amount") }} {{ __("Status") }} {{ __("Created On") }} {{ __("Updated On") }} {{ __("Created By") }} {{ __("Action") }}
@endsection @push('scripts') @endpush