@extends('layout.app') @section('title') Manage Other Income @endsection @section('pagetitle') Manage Other Income @endsection @section('content')
| Sn | Income Type | Amount | Description | Posted By | Branch | File | Created On | |
|---|---|---|---|---|---|---|---|---|
| {{$i+1}} | {{ucwords($income->otherincomtype->name)}} | {{number_format($income->amount)}} | {{Str::limit($income->notes,'80','...')}} | {{$income->user->last_name." ".$income->user->first_name}} | {{$income->branch->branch_name}} | @if (!is_null($income->files)) View File @endif | {{date('d/m/Y',strtotime($income->income_date))}} | {{-- @can('view expenses') Edit @endcan --}} @can('edit other income') Edit @endcan @can('delete other income') Delete @endcan |