@include('admin.layouts.components.asset_datatables') @extends('admin.layouts.index') @section('title')

Pilih Lampiran Yang Akan Ditambah/Diganti

@endsection @section('breadcrumb')
  • Impor Lampiran
  • @endsection @section('content') @include('admin.layouts.components.notifikasi')
    @if (can('u'))
    @endif
    {!! form_open(null, 'id="mainform" name="mainform"') !!}
    @foreach ($data as $key => $row) @endforeach
    NO NAMA JENIS
    {{ $key + 1 }} {{ $row['nama'] }} {{ App\Models\LampiranSurat::JENIS_LAMPIRAN[$row['jenis']] ?? '-' }}
    @endsection @push('scripts') @endpush