@extends('layouts.master') @section('title', 'View Supplier - Prolex Law Firm') @section('content')

View Supplier

Supplier Details
Supplier Code:
{{ $supplier->supplier_code }}
Full Name:
{{ $supplier->full_name }}
Supplier Name:
{{ $supplier->supplier_name }}
Date Of Registration:
{{ $supplier->date_of_registration }}
Contact Details
Address:
{{ $supplier->address }}
Mobile:
{{ $supplier->mobile }}
Email:
{{ $supplier->email }}
Contact Person:
{{ $supplier->contact_person ?: 'N/A' }}
Contact 1:
{{ $supplier->contact_1 ?: 'N/A' }}
Contact 2:
{{ $supplier->contact_2 ?: 'N/A' }}
Currency:
{{ $supplier->currency->name }} ({{ $supplier->currency->symbol }})
Additional Details
Category:
{{ $supplier->category ? $supplier->category->name : 'N/A' }}
Age Analysis:
{{ $supplier->ageAnalysis ? $supplier->ageAnalysis->name : 'N/A' }}
Area:
{{ $supplier->area ? $supplier->area->name : 'N/A' }}
Timestamps
Created At:
{{ $supplier->created_at->format('Y-m-d H:i:s') }}
Updated At:
{{ $supplier->updated_at->format('Y-m-d H:i:s') }}
Edit Back to Suppliers
@endsection