@extends('layouts.app')
@section('content')
@include('surat-tugas.show.html.1_0_detail')
@if($st->jenis_surat_id == 2)
@include('surat-tugas.show.html.2_0_pengawasan_reguler')
@include('surat-tugas.show.html.3_0_download_file_lhp')
@include('surat-tugas.show.html.4_0_upload_file_lhp')
@include('surat-tugas.show.html.5_0_tindak_lanjut')
@include('surat-tugas.show.html.6_0_download_file_tindak_lanjut')
@include('surat-tugas.show.html.7_0_upload_file_tindak_lanjut')
@endif
@endsection
@section('js')
@endsection
{{-- @section('js')
@endsection --}}