@extends('layouts.admin') @section('title', 'Customers') @section('page-title', 'Customers') @section('content')
Manage customers. Search by name, mobile, or customer code.
@can('create customers') @endcan| Code | Name | Mobile | Branch | Status | Actions |
|---|---|---|---|---|---|
| {{ $c->customer_code }} | {{ $c->full_name }} | {{ $c->mobile ?? '-' }} | {{ $c->preferredBranch?->name ?? '-' }} | {{ $c->status }} | @can('view customers')View@endcan @can('edit customers')Edit@endcan @can('delete customers') @endcan |
| No customers found. | |||||