@extends('layouts.app') @section('title', 'Suppliers') @section('content')
Manage your supplier information
| Name | Contact | Phone | Status | Actions | |
|---|---|---|---|---|---|
|
{{ $supplier->name }}
|
{{ $supplier->contact_person ?? '-' }} | {{ $supplier->email ?? '-' }} | {{ $supplier->phone ?? '-' }} | @if($supplier->is_active) Active @else Inactive @endif | Edit |