@extends('layouts.app')
@section('body-class', 'page-edit')
@section('content')
@hookinsert('account.edit.top')
@include('shared.account-sidebar')
@if (session('success'))
@endif
{{ __('front/edit.edit') }}
@hookinsert('account.edit.bottom')
@endsection