@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
Name: {{ $manufacturer->manufacturer_name }}
Code: {{ $manufacturer->manufacturer_code }}
Contact Person: {{ $manufacturer->contact_person ?? 'N/A' }}
Email: {{ $manufacturer->email ?? 'N/A' }}
Mobile: {{ $manufacturer->mobile ?? 'N/A' }}
Address: {{ $manufacturer->address ?? 'N/A' }}
Created At: {{ $manufacturer->created_at->format('d-m-Y H:i:s') }}
Updated At: {{ $manufacturer->updated_at->format('d-m-Y H:i:s') }}