@extends('portal.layout.main') @section('main-container')

Update Profile

@if (session('success')) @endif @if (session('error')) @endif
@csrf
@if ($user_data->profile_image) Old Profile Image @else

No image

@endif
@endsection