@extends('admin.layout.main') @section('content')

Profil

Profil
Nama
{{ $profiledata->name }}
Kedudukan
{{ $profiledata->role }}
Unit
{{ $profiledata->unit ? $profiledata->unit->name : '' }}
Email
{{ $profiledata->email }}
@csrf
@csrf
@if (session('success'))
{{ session('success') }}
@endif
@endsection