@extends('layouts.app') @section("user-image") profile @endsection @section("user")
{{ $user->name }}
{{ $user->role_name }}
@endsection @section('menu')
@csrf
@endsection @section('body')
Data Mahasiswa bimbingan mitra
Daftar mahasiswa yang sudah dinilai:
@endsection @section('script') {{-- modal tambah data --}} {{-- modal edit --}} @endsection