@extends ('Layouts.Application') @section ('MainContent')
Logo {{ strtoupper(session('instituteDetails')->institute_name) }}
{{ $teacherDetails->role_name }} Profile

{{ $teacherDetails->full_name }}

Joining Date: {{ $teacherDetails->joining_date }}
Contact Number: {{ $teacherDetails->phone_no }}
ID No: {{ $teacherDetails->user_id }}
@if ($teacherDetails->image && file_exists(public_path('img/TeacherImage/' . $teacherDetails->image))) Images @else Images @endif
Personal Information
Father's Name: Nationality: Bangladeshi
Mother's Name: National ID:    {{ $teacherDetails->nid_no }}
Date Of Birth:
Additioinal Information
Mobile Number:    {{ $teacherDetails->phone_no }} Designation:    {{ $teacherDetails->designation }}
Shift And Version    {{ $teacherDetails->school_branch_name }}, {{ $teacherDetails->school_version_name }} Blood Group    {{ $teacherDetails->blood_group }}
Username:    {{ $teacherDetails->username }} Relegion    {{ $teacherDetails->relegion }}
Marital Status:
Contact Information
Phone:    {{ $teacherDetails->phone_no }} Email:    {{ $teacherDetails->email }}
Address:    {{ $teacherDetails->address }}

@endsection