@extends('admin.template.master') @section('content')
| # | {{__('messages.date')}} | {{__('messages.branch')}} | {{__('messages.category')}} | {{__('messages.title')}} | {{__('messages.notes')}} | {{__('messages.amount')}} |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ date('d-m-Y', strtotime($exp->exp_date)) }} | {{ $exp->branch->branch_name??'General' }} | {{ $exp->category->category_name??'Try'}} | {{ $exp->title }} | {{ $exp->notes }} | {{ number_format($exp->exp_amount, 3) }} | @php $total += $exp->exp_amount; @endphp
| {{ $total }} |