@extends('employer.layouts.app') @section('title','Employer Profile') @section('content')

Employer Profile

{{ auth()->user()->name }}

  • Phone number
    {{ auth()->user()->phone_number }}
  • PAN Number
    {{ auth()->user()->pan_number }}

Email
{{ auth()->user()->email }}

Building Number/ Name
{{ auth()->user()->building_name }}

Street, Landmark
{{ auth()->user()->landmark }}

Post Office
{{ auth()->user()->postOffice }}

District
{{ auth()->user()->District->name }}

State
{{ auth()->user()->State->name }}

PIN code
{{ auth()->user()->pincode }}

Change Password

@csrf



@endsection