@extends('layout.main') @section('title', 'Daftar Akun Transaksi') @section('prev-page') Home @endsection @section('content') @php $panel_colapse = !empty($input->name) ? '' : 'panel-collapsed'; @endphp
Nama | Tipe | Deskripsi | Kredit | Debet | |
---|---|---|---|---|---|
{{ $account->name }} | {{ $account->type->name }} | @if (empty($account->description)) {{ '-' }} @else {{ mb_strimwidth(strip_tags($account->description), 0, 30, '...') }} @endif | {{ $account->total_kredit }} | {{ $account->total_debet }} | @if (session('user')->level->id == 4) @endif |
Belum ada data. |