@extends('layouts.master') @section('title') {{trans_choice('general.other_income',1)}} @endsection @section('content')
| {{trans_choice('general.income',1)}} {{trans_choice('general.type',1)}} | {{trans_choice('general.amount',1)}} | {{trans_choice('general.date',1)}} | {{trans_choice('general.description',1)}} | {{trans_choice('general.created_by',1)}} | {{ trans_choice('general.action',1) }} |
|---|---|---|---|---|---|
| @if(!empty($key->type)) {{$key->type->name}} @endif | {{ number_format($key->amount,2) }} | {{ $key->date }} | {{ $key->name }} | @if(!empty($key->created_by)) {{$key->created_by->first_name}} {{$key->created_by->last_name}} @endif |
|