@extends('master.admin') @push('header.scripts') @stop @push('footer.scripts') @stop @section('content')

Edit Account
{!! Form::open(array('url' => 'admin/accounts/update', 'method' => 'patch')) !!} {!! csrf_field() !!}
Cancel
{!! Form::close() !!}
@stop