@extends('layouts.app') @section('content')
كود الحساب | اسم الحساب | نوع الحساب | الحساب الرئيسي | الحالة | الإجراءات |
---|---|---|---|---|---|
{{ $account->account_code }} | {{ $account->account_name }} | {{ ucfirst($account->account_type) }} | {{ $account->parent ? $account->parent->account_name : '-' }} | {{ $account->status == 'active' ? 'نشط' : 'غير نشط' }} | عرض تعديل |