@extends('layouts.master') @section('content-header')

{{ trans('user::users.title.edit-profile') }}

@stop @section('content') {!! Form::open(['route' => ['admin.account.profile.update'], 'method' => 'put']) !!}
{!! Form::close() !!} @stop @section('footer')   @stop @section('shortcuts') @stop @push('js-stack') @endpush