@extends('layout.default') @section('title','Edit My Profile') @section('content')

{{ __('Edit My Profile') }}

@csrf
{{ __('Min. 8 characters with a mix of letters, numbers & symbols.') }}
@endsection