@extends('layouts.app') @section("user-image") profile @endsection @section("user")
{{ $user->name }}
{{ $user->role_name }}
@endsection @section('menu')
@csrf
@endsection @section('body')
Data rencana pencapaian kerja
Daftar jenis pekerjaan:
Data mahasiswa bimbingan mitra
Daftar mahasiswa yang dibimbing
@endsection @section('css') @endsection @section('script') {{-- modal tambah rencana kerja --}} {{-- modal pilih mahasiswa --}} {{-- modal laporan --}} @endsection