@extends('layout.main') @section('content')
Date | Client | Amount | Use Option | Status | @if (Auth::user()->can('savings-request-approve') || Auth::user()->can('savings-request-decline'))Action | @endif
---|---|---|---|---|---|
{{ $person?->date }} |
{{ $person?->client?->fullname }} |
{{ number_format($person?->amount) }} |
{{ $person?->use_option }} |
@if ($person?->level == 3) Manager's Pending @elseif ($person?->level == 2) Pending @else @endif | @if (Auth::user()->can('savings-request-approve') || Auth::user()->can('savings-request-decline'))
@if (Auth::user()->can('savings-request-approve'))
|