@extends('layouts.app') @section('content')
| Date | Branch | Type | Count | Total Amount |
|---|---|---|---|---|
| {{ $sales->invoice_date->format(app_date_format()) }} | {{ $sales->branch->branch_name ?? '' }} | @if($sales->is_estimate == 'yes') Estimate @else Invoice @endif | {{ $sales->invoice_count }} | {{ number_format($sales->total_grand_total,2) }} |
| @lang('general.no_details_found') | ||||