@extends('layouts.super-admin') @section('title', 'Client Management') @section('page_title', 'Client Management') @section('content')
| Client Name | Branches | Status | Actions | |
|---|---|---|---|---|
| {{ $client->name }} | {{ $client->email }} | {{ $client->branches_count }} | @if($client->active) Active @else Inactive @endif | |
| No clients found. | ||||