@extends('layouts.admin') @section('page-title', 'Clients') @section('page-subtitle', 'Master list of clients for conveyance tagging') @section('content')
Manage the clients that employees can select while adding conveyance.
| Name | Code | City | Status | Action |
|---|---|---|---|---|
| {{ $client->name }} | {{ $client->code ?? '—' }} | {{ $client->city ?? '—' }} | @if($client->is_active) Active @else Inactive @endif | |
| No clients created yet. Click “Create Client” to add one. | ||||