@extends('layouts.applicant-layout') @section('main-content') @php $authUser = auth('applicant')->user(); @endphp
@yield('content')
{{ $applicant->nameAbbreviation() }}
{{ $applicant->FullName }}
{{ $authUser->email }}
Personal Information
@if($authUser->id == $applicant->id)
Password Change
@endif
@endsection