@extends('layouts.app') @section('title', 'Profile') @section('content')
Profile
@csrf
@if ($userDt->profile != null) Profile Image @else No Image @endif
Change/Update the Details :
@if ($userDt['user_type_id'] != 1)
@if ($userDt['user_type_id'] == 2 || $userDt['user_type_id'] == 3)
@elseif($userDt['user_type_id'] == 4 || $userDt['user_type_id'] == 5)
@endif
@endif