@extends('layouts.app') @section('title', 'Agents - Cash Book') @section('content')
| # | Name | Business | Actions |
|---|---|---|---|
| Select a business to view agents | |||
| {{ $loop->iteration }} | {{ $agent->name }} | {{ $agent->business->name ?? '-' }} | Show @if(!in_array(auth()->user()->role, ['accountant', 'auditor'])) Edit @endif |