Supplier Details

{{ $supplier->name }}

{{ $supplier->address }}

{{ $supplier->country_name }}

{{ ucfirst($supplier->vendor_type) }}

{{ $supplier->account_id }}

{{ ucfirst($supplier->product_source_type) }}

{{ number_format($supplier->credit_limit, 2) }}

Contact People
@forelse($supplier->contactPeople as $contact) @empty @endforelse
Name Designation Phone Email Status Assign Date End Date
{{ $contact->name }} {{ $contact->designation }} {{ $contact->phone }} {{ $contact->email }} {{ $contact->status ? 'Active' : 'Inactive' }} {{ $contact->assign_date->format('Y-m-d') }} {{ $contact->end_date ? $contact->end_date->format('Y-m-d') : '-' }}
No contact people found.