@extends('layouts.app') @section('content')
{{ Form::model(auth()->user(), [ 'route' => [ 'agents.profile.store' ], 'class' => 'form' ]) }}
My Account

Please note an admin will be notified of any changes and new email addresses will require validation.

{{ Form::submit('Create Account', ['class' => 'btn btn--primary form__btn']) }}
@include('agents.form') {{ Form::close() }}
@endsection