@extends('layouts.admin.master') @section('content') @php $can_insert = auth_can(h_prefix('save', 1)); @endphp
Form {{ $page_attr['title'] }}
Kembali
@if ($can_insert)
@endif
@endsection @section('stylesheet') @endsection @section('javascript') @php $resource = resource_loader( blade_path: $view, params: [ 'bantuan_id' => $bantuan->id, 'bantuan_periode_id' => $bantuan->periode_id, ], ); @endphp @endsection