@extends('layouts.app') @section("user-image") profile @endsection @section("user")
{{ $user->name }}
{{ $user->role_name }}
@endsection @section('menu')
@csrf
@endsection @section('body')
Buat akun Pembimbing Mitra
Daftar pembimbing mitra yang sudah dibuat
Daftar admin yang sudah dibuat
@endsection @section('script') @endsection