@extends('layouts.master') @section('page-title') Create account @endsection @section('content') @include('common.errors') {{ Form::open(array('url' => action('Stock\AccountController@store'))) }} @include('stock.account.form') {{ Form::customSubmit('Create new account') }} {{ Form::close() }} @endsection