@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')
@include('components.button-list', ['btnText' => $btnText, 'btnLink' => $btnLink])
Tambah Data
{{--

Basic Inputs

--}} @include('pages.transaksi-bank._form-create')
@endsection