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

Pilih Surat Yang Akan Ditambah/Diganti

@endsection @section('breadcrumb')
  • Impor Surat
  • @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 SURAT URL SURAT KODE / KLASIFIKASI LAMPIRAN
    {{ $key + 1 }} {{ $row['nama'] }} {{ $row['url_surat'] }} {{ $row['kode_surat'] }} {{ $row['lampiran'] }}
    @endsection