@extends('dashboard.layouts.app') @section('styles') @endsection @section('title', __('dashboard.View Profile')) @section('page_heading', __('dashboard.View Profile')) @section('breadcrumb') @endsection @section('actions') {{ __('dashboard.Edit Profile') }} {{ __('dashboard.Edit Credentials') }} @endsection @section('content')

{{ __('dashboard.View Profile') }}

avatar
{{ $user->first_name }} {{ $user->middle_name }} {{ $user->last_name }}
{{ $user->email }}
{{ ucfirst($user->gender) }}
{{ $user->date_of_birth }}
{{ $user->phone }}
{{ $user->national_id }}
{{ $user->nationality }}
{{ $user->registration_number }}
@endsection @section('scripts') @endsection