@extends('layout') @section('h4-page', __('Taxinvoice')) @section('contents')
| # | {{ __('No') }} | {{ __('Date') }} | {{ __('AccountName') }} | {{ __('Grand Total') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->no }} | {{ date('d-m-Y', strtotime($item->date)) }} | {{ $item->name }} | {{ number_format($item->grand_total, 2) }} | {{ __('edit') }}
|
| {{ __('NoDataFound') }} | |||||
| {{ __('NoDataFound') }} | |||||