@use('\Illuminate\Support\Str', 'Str') KYC Applications
@if ($applications->count() === 0)
@if ($search != '' || $status != 'All')

No Result found

We couldn't find what you are looking for. Try again.

@else
No Data found
@endif
@else
@foreach ($applications as $list) @endforeach
Customer KYC Status Date
{{ $list->user->name }} @if ($list->status == 'verified') Verified @else {{ Str::ucfirst($list->status) }} @endif {{ $list->created_at->toDayDateTimeString() }} spa_mode) wire:navigate @endif> View application @can('delete kyc applications') Delete @endcan
@endif