@extends('app-new') @push('content-header')
@endpush @section('content')| Frist Name | Last Name | Phone | Category | Status | {{--Verification | --}}Actions | |
|---|---|---|---|---|---|---|---|
| {{ $vendor->first_name }} | {{ $vendor->last_name ?? '-' }} | {{ $vendor->email ?? '-' }} | {{ $vendor->phone ?? '-' }} |
{{ $vendor->category->name ?? '-' }} {{ $vendor->subCategory->name ?? '' }} |
{{ ucfirst($vendor->status == 1 ? "Active" : "Inactive") }} | {{--{{ ucfirst($vendor->verification_status) }} | --}}View Edit |
| No vendors found. | |||||||