@extends('admin.layout.layout') @section('content')
{{--

Hi {{Auth::guard('admin')->user()->last_name }}

--}}

Vendors Documents

@if (Session::has('success_message')) @endif @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