{{ __('Admin') }} what is this

Manage Invoice

@foreach($result as $value) @endforeach
No. Invoice Number Invoice Date Custoemr Name Total Note Detail Edit Delete
{{$count}} {{$value->tid}} {{$value->invoicedate}} {{$value->cst}} {{$value->total}} {{$value->notes}} Detail
@csrf @method('DELETE')