@extends('layout.main')
@section('judul')
Riwayat Pelatihan
@endsection
@push('css')
@endpush
@section('breadchums')
@endsection
@section('isi')
{{-- start table --}}
| No |
Tahun |
Penyelengara |
Tempat Penyelengara |
Jangka Waktu |
Dokumen |
Aksi |
{{-- end table --}}
@includeIf('maba.riwayat.pelatihan.formaddmodals')
@includeIf('maba.riwayat.pelatihan.formeditmodals')
@endsection
@push('js-vendor')
@endpush
@push('js-page')
@if(Session::has('errors') && old('mode') == 'add')
@endif
@if(Session::has('errors') && old('mode') == 'edit')
@endif
@endpush