@extends('pages/page') @section('css') @parent {{-- Could add a "Forms" stylesheet here? --}} {{-- --}} @endsection @section('js') @endsection @section('below_content') @if ($force_reset) @endif
{!! csrf_field() !!}
@if (count($errors) > 0) @endif

Access Details


In order to change any details on this form, you must enter your current password here.


Newsletter

@endsection