Vendor Details
{{ $vendor->name }}
Created at {{ $vendor->created_at->format('d M, Y') }} @if ($vendor->status == 'active')
- ID VD-{{ str_pad($vendor->id, 6, '0', STR_PAD_LEFT) }}
- Phone {{ $vendor->phone }}
- Email {{ $vendor->email }}
- Website {{ $vendor->website ?? '—' }}
{{ $vendor->description ?? 'No description available.' }}
Address {{ $vendor->location ?? 'No location added.' }}