@extends('layout.header') @section('title') ALIAN | My-Profile @endsection @section('main')

My Profile

Your Profile
@if(!empty(Session::get('image'))) your image @else your image @endif
{{$userData->name}}
{{csrf_field()}}

Profile picture


Personal Details

Change Password

@if(Session::has('fail'))

{{ Session::get('fail') }}

@endif @if(Session::has('success'))

{{ Session::get('success') }}

@endif
  
@endsection