@php use App\Models\ParameterDetail; @endphp
|
{{ Auth::user()->entity->name }}{{ Auth::user()->entity->address . ' / ' . Common::phoneFormat(Auth::user()->entity->phone) }} |
|
LAPORAN NERACA |
|
Aktiva@foreach ($aktiva as $a)
{{ $a['name'] }}
@endforeach
|
Kewajiban@foreach ($kewajiban as $k)
{{ $k['name'] }}
@endforeach
|