with default
This commit is contained in:
		| @@ -159,7 +159,7 @@ | ||||
|                                                 <tr class="row align-items-center border-top-1 tr-py"> | ||||
|                                                     <td class="col-xs-6 col-sm-2">@date($item->paid_at)</td> | ||||
|                                                     <td class="col-xs-6 col-sm-2 text-right">@money($item->amount, $item->currency_code, true)</td> | ||||
|                                                     <td class="col-sm-4 d-none d-sm-block">{{ $item->category ? $item->category->name : trans('general.na') }}</td> | ||||
|                                                     <td class="col-sm-4 d-none d-sm-block">{{ $item->category->name }}</td> | ||||
|                                                     <td class="col-sm-4 d-none d-sm-block">{{ $item->account->name }}</td> | ||||
|                                                 </tr> | ||||
|                                             @endforeach | ||||
|   | ||||
| @@ -159,7 +159,7 @@ | ||||
|                                                 <tr class="row align-items-center border-top-1 tr-py"> | ||||
|                                                     <td class="col-xs-6 col-sm-2">@date($item->paid_at)</td> | ||||
|                                                     <td class="col-xs-6 col-sm-2 text-right">@money($item->amount, $item->currency_code, true)</td> | ||||
|                                                     <td class="col-sm-4 d-none d-sm-block">{{ $item->category ? $item->category->name : trans('general.na') }}</td> | ||||
|                                                     <td class="col-sm-4 d-none d-sm-block">{{ $item->category->name }}</td> | ||||
|                                                     <td class="col-sm-4 d-none d-sm-block">{{ $item->account->name }}</td> | ||||
|                                                 </tr> | ||||
|                                             @endforeach | ||||
|   | ||||
		Reference in New Issue
	
	Block a user