@extends('layouts.master') @section('memberEditBio')

{{$userDetails->sname}} {{$userDetails->fname}} Profile

@if ($msg = Session::get('ok'))
{{ $msg }}
@endif @if (Session::get('no'))
Whoops! There were some problems with your input.

@endif
@csrf
User Image


@endsection @section('scripts') @endsection