Supplier List
{{--
--}}
{{--
--}}
Manage Suppliers
--}} {{--
{{-- show the Flash Message Here --- START --}}
@if(Session::has('danger'))
--}}
{{ Session::get('danger') }}
@elseif (Session::has('success'))
{{ Session::get('success') }}
@endif
{{-- show the Flash Message Here --- END --}}
{{--
{{-- --}}
{{-- --}}
{{-- --}}
| ID | Name | Contact # | Location | Is Type | Action |
|---|---|---|---|---|---|
| {{$user['user_id']}} | {{$user['user_name']}} | {{$user['user_contact_no']}} | {{$user['user_location']}} | {{$user['is_type']}} |
|