@extends('layouts.dashboard.adminapp') @section('title', 'Customer/Vendor Report') @section('styles') @endsection @section('content')
| Role | Company | Mobile | GST No | Type | Status | Created | |
|---|---|---|---|---|---|---|---|
| {{ ucfirst($customer->company_role) }} | {{ $customer->company }} | {{ $customer->email ?? '-' }} | {{ $customer->mobile ?? '-' }} | {{ $customer->gstno ?? '-' }} | {{ $customer->company_type ?? '-' }} | {{ ucfirst($customer->status ?? 'N/A') }} | {{ $customer->created_at ? $customer->created_at->format('d-m-Y') : '-' }} |
| No records found | |||||||