@extends('layouts.app') @section('title', 'CHA Agents') @php $breadcrumbs = [['label' => 'Masters', 'url' => '#'], ['label' => 'CHA Agents']]; @endphp @section('content')

CHA Agents Master

Manage cha agents records

@can('cha-agents.create') New CHA Agents @endcan
@endsection