@extends('layouts.master') @section('title', 'Account Type Details') @section('content')

Account Type

Code
{{ $accountType->code }}
Name
{{ $accountType->name }}
Description
{{ $accountType->description ?? '—' }}
@endsection