@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')
List Kunci Transaksi
@include('components.search')
@include('pages.kunci-transaksi._table')
@endsection