@extends('layouts.dashboard.superadminapp') @section('title', 'Customer/Vendor List') @section('styles') @endsection @section('content')
| # | Role | Company | Contact | Type | GST | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | @if($customer->company_role == 'Customer') Customer @elseif($customer->company_role == 'Vendor') Vendor @else Both @endif |
{{ Str::limit($customer->company, 25) }}
@if($customer->company_nickname)
{{ $customer->company_nickname }} @endif |
{{ $customer->email }} {{ $customer->mobile }} |
{{ $customer->company_type }} | {{ $customer->gstno }} | @if ($customer->status == 1) Active @else Inactive @endif |