Vendors
This is an example dashboard created using build-in elements and components.
@csrf
Active Vendors
@if(!empty($vendors)) @foreach($vendors as $vendor) @endforeach @endif
# Name Email Phone Balance Address Action
{{$vendor->id}}
{{$vendor->name}}
{{$vendor->email}} {{$vendor->phone}} {{$vendor->balance}} {{$vendor->address}} @if($vendor->status == 1)
@endif @if($vendor->status == 0) @endif