@extends('layouts.template') @section('page-header') @include('components.page-header', [ 'pageTitle' => $pageTitle, 'pageSubtitle' => '', 'pageIcon' => $pageIcon, 'parentMenu' => $parentMenu, 'current' => $current ]) @endsection @section('content') @include('components.notification')
Laba Rugi
{{--
@include('components.search')
--}}
{{-- form filter --}}
@include('pages.general-ledger.laba-rugi._form-filter')
{{-- end form filter --}} {{-- show buku besar --}} @if (isset($month) && isset($year)) @include('pages.general-ledger.laba-rugi._show-laba-rugi') @endif
@endsection