@extends('admin_pages_master') @section('content')
@foreach($vendors as $admin) @endforeach
S/N Name Type Front Back Date Uploaded Status Action
{{ $loop->iteration }} {{ $admin->vendor->last_name?? "" }} {{ $admin->vendor->first_name?? "" }} {{ $admin->type }} @if($admin->specify) - {{ $admin->specify }} @endif VIEW VIEW {{ $admin->created_at }} @if ($admin->status == 1) ✅ @else ❌ @endif {{-- --}}
@endsection