@extends('layout.main') @section('title', 'Daftar Akun Transaksi') @section('prev-page') Home @endsection @section('content')
@php $panel_colapse = !empty($input->name) || isset($input->status) ? '' : 'panel-collapsed'; @endphp| Nama | Tipe | Deskripsi | Kredit | Debet | Status | |
|---|---|---|---|---|---|---|
| {{ $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 }} | {{ $account->status->name }} | @if (session('user')->level->id == 4) @endif |
| Belum ada data. | ||||||