@extends('layout.backend.main') @section('title','Show Account') @section('css') @endsection @section('page_content') Manage
| Id | {{$account->id}} |
|---|---|
| Code | {{$account->code}} |
| Name | {{$account->name}} |
| Account Group Id | {{$account->account_group_id}} |
| Is Payment Method | {{$account->is_payment_method}} |
| Is Trx No Required | {{$account->is_trx_no_required}} |
| Description | {{$account->description}} |
| Is Active | {{$account->is_active}} |
| Created At | {{$account->created_at}} |
| Created By | {{$account->created_by}} |
| Updated At | {{$account->updated_at}} |
| Updated By | {{$account->updated_by}} |