@extends('layout.master') @section('title', "Riwayat Bimbingan $student->name") @push('plugin-styles') @endpush @section('content')
List Riwayat Bimbingan {{$student->name}}
@can('admin') @endcan
# Pengajar Awal Surat Akhir Surat Catatan Tanggal Bimbingan Action
@endsection @include('students.modal_input_guidance') @include('students.modal_edit_guidance') @can('admin') @include('students.modal_import_guidance') @endcan @push('plugin-scripts') @endpush @push('custom-scripts') @endpush