@extends('admin.layouts.index') @section('title')

Daftar Lampiran {{ $action }} Pengaturan Lampiran

@endsection @section('breadcrumb')
  • {{ $action }} Pengaturan Lampiran
  • @endsection @section('content') @include('admin.layouts.components.notifikasi') {!! form_open($formAksi, ['id' => 'validasi', 'enctype' => 'multipart/form-data']) !!} @endsection