@extends("layouts.admin.app") @section("page-title") {{__("Profile")}} @endSection @section("page-nav-title")

{{__("Profile")}}

{{__("profile-dashboard")}}

@endsection @section("content")
url ?? asset("assets/user_avatar.jpg") }}" alt="" class="profile-pic">

{{$adminProfile->full_name}}

{{__("heads-of-departments")}}

{{__("email")}}

{{$adminProfile->email}}

{{__("Phone")}}

{{$adminProfile->phone}}

{{__("code")}}

@if (auth()->user()->is_super_admin) ----------- @else {{$adminProfile->code}} @endif
@endsection