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

Add New Account
{!! Form::open(array('url' => 'admin/accounts')) !!} {!! csrf_field() !!}
Cancel
{!! Form::close() !!}
@stop