@extends('admin.layouts.app') @section('content')
# | Business Name | Contact Name | Contact Email | Contact Phone | Contact TelePhone | Contact Address | City | State | Pincode | Country | Status | Action | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
# | Business Name | Contact Name | Contact Email | Contact Phone | Contact TelePhone | Contact Address | City | State | Pincode | Country | Status | Action | |
{{ $loop->iteration }} | {{ $vendor->business_name }} | {{ $vendor->contact_name }} | {{ $vendor->contact_email }} | {{ $vendor->contact_phone }} | {{ $vendor->contact_telephone }} | {{ $vendor->contact_address }} | {{ $vendor->city }} | {{ $vendor->state }} | {{ $vendor->pincode }} | {{ $vendor->country }} | {{ $vendor->status == 1 ? 'Active' : 'Suspended' }} |