@extends('layouts.master') @section('page_title', 'Account Types') @section('content')
| ID | Name | Category | Description | Status | Actions |
|---|---|---|---|---|---|
| {{ $type->id }} | {{ $type->name }} | {{ ucfirst($type->category ?? 'N/A') }} | {{ str($type->description ?? '-')->limit(50) }} | @if(isset($type->is_active) && $type->is_active) Active @else Inactive @endif | |
| No account types found. | |||||