@extends('admin.stakeholders.layout')
@section('title', 'Profil')
@section('content')
Profil Pengguna
@if(session('success'))
{{ session("success") }}
@endif @if($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection