@extends('layouts.sidebar') @section('title', 'Nomadic-Location') @section('content')
| Name | Role | Status | ||
| {{$dt->fname}} {{$dt->lname}} | {{ucfirst($dt->role)}} | @if($dt->status==0) Sent @elseif($dt->status==1) Payment Captured @elseif($dt->status==2) Approved @elseif($dt->status==3) Denied @endif | @if($dt->status==0 || $dt->status==1) @else @endif | |
| No record found | ||||
|
{!! $approval->withQueryString()->links('vendor.pagination.bootstrap-5') !!}
|
||||