@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk')
@section('title', 'Stock Sub Group')
@section('css')
@endsection
@section('content')
No |
Description |
Account No. |
Actions |
@if (!$subs->isEmpty())
@foreach ($subs as $sub)
{{$sub->nomor}} |
{{$sub->description}}
|
{{@$sub->coa->account_no ?? ''}}
|
|
@endforeach
@endif
@endsection
@section('js')
@endsection