@extends('layouts.app') @section('content')

Surat Tugas :: {{$st->nomor_surat}}

{{-- @hasanyrole('Admin|Pengawas') Edit @endhasanyrole --}}
@hasanyrole('Admin|Pengawas|Assign') @include('surat-tugas.show.html.1_0_detail') @endhasanyrole @hasanyrole('Koordinator') @if($st->jenis_surat_id <> 6) @include('surat-tugas.show.html.1_0_detailko') @endif @if($st->jenis_surat_id == 6) @include('surat-tugas.show.html.1_0_detail') @endif @endhasanyrole @hasanyrole('PA') @include('surat-tugas.show.html.1_0_detailpa') @endhasanyrole @endsection @section('js') @endsection