@extends('layouts.admin') @section('title', 'POS Suppliers') @section('page-title', 'POS Suppliers') @section('content')
| User | Supplier | Phone | Status | Updated | |
|---|---|---|---|---|---|
|
{{ $supplier->user->name ?? 'Unknown' }}
{{ $supplier->user->email ?? '—' }}
|
{{ $supplier->name }}
@if($supplier->company_name ?? null)
{{ $supplier->company_name }}
@endif
|
{{ $supplier->phone ?: '—' }} | {{ $supplier->email ?: '—' }} | @if($supplier->is_deleted ?? false) Deleted @else Active @endif | {{ $supplier->updated_at?->diffForHumans() }} |
| No suppliers synced yet. | |||||