@extends('layouts.app') @section('content')
{{ Form::model($agent, [ 'route' => ['agents.profile.update'], 'class' => 'form', 'method' => 'PUT', 'id' => 'agentForm', ]) }}
My Account

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

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