Passbook
| {{__('Sr no.')}} | {{__('Date')}} | {{__('Amount')}} | {{__('Description')}} |
|---|---|---|---|
| {{$key + 1}} | {{$transaction->created_at->format(get_option('app_date_format'))}} | {{$transaction->amount}} | {{$transaction->narration}} |
@extends('layouts.admin') @section('content')
| {{__('Sr no.')}} | {{__('Date')}} | {{__('Amount')}} | {{__('Description')}} |
|---|---|---|---|
| {{$key + 1}} | {{$transaction->created_at->format(get_option('app_date_format'))}} | {{$transaction->amount}} | {{$transaction->narration}} |