@extends('template.master') @section('content') @if(Session::has('error'))
{{Session::get('error')}}
@endif

Download Template

@if(Session::has('pesan'))
{{Session::get('pesan')}}
@endif
No Template Aksi
1 Usulan Formulir atau SOP Download
2 Daftar SOP AP Berdasarkan Isi dan Nomor SOP Download
@endsection