@extends('admin.layouts.app') @section('content')
Vendor
  Create New
Vendor
@foreach ($vendor as $vendor) @endforeach
# 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' }}
Edit @csrf @method('DELETE')
@endsection