@extends('layouts.app') @section('content')
| ID | Logo | Name | Contact Person | Contact Email | Country | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $manufacturer->id }} |
@if($manufacturer->logo)
|
{{ $manufacturer->name }} | {{ $manufacturer->contact_person ?? 'N/A' }} | {{ $manufacturer->contact_email ?? 'N/A' }} | {{ $manufacturer->country ?? 'N/A' }} | {{ $manufacturer->is_active ? 'Active' : 'Inactive' }} | |
| No manufacturers found. | |||||||