@extends('layout.main')
@section('judul')
Riwayat Pekerjaan
@endsection
@push('css')
@endpush
@section('breadchums')
@endsection
@section('isi')
{{-- start table --}}
| No |
Lembaga |
Alamat Lembaga |
Jabatan |
Uraian Tugas |
Tahun Masuk |
Tahun Keluar |
Dokumen |
Aksi |
{{-- end table --}}
@includeIf('maba.riwayat.pekerjaan.formaddmodals')
@includeIf('maba.riwayat.pekerjaan.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