@extends('layouts.genindex') @section('title') Emandate {{ $account->account_no }} @endsection @section('subtitle') ( @if ($account->is_lot) Akaun Sewa @elseif ($account->skipmaAccount) Akaun SKIPMA @else {{ $account->account->AwardType->keterangan ?? $account->acc_type_id }} @endif ) @endsection @section('list')
| Tarikh Mula | Tarikh Akhir | Nilai (RM) |
|---|---|---|
| {{ $schedule->start_date }} | {{ $schedule->end_date }} | {{ number_format($schedule->amount, 2) }} |