@extends('dashboards.admins.layouts.admin-dash-layout') @section('title', 'Profile') @section('content') Profile Home {{ Auth::user()->name }} Profile {{ Auth::user()->name }} Admin Change picture Personal Information Change Password Name Email ID Phone NRC Number Gender gender == 'male') selected @endif> Male gender == 'female') selected @endif>Female Birthday Address {{ Auth::user()->address }} Save Changes Old Password New Password Confirm New Password Update Password @endsection @section('scripts') @endsection
Admin