@extends('layout.default') @section('content')

My Account

{{ method_field('PATCH') }} @csrf
@if ($errors->any())
@endif
@endsection