@extends('layouts.master-vnext') @section('page-title') Create account @endsection @section('content') @include('common.errors') {{ Form::open(['action' => 'Expense\AccountController@store', 'files' => true]) }} @include('expense.account.form') {{ Form::customSubmit('Create new account') }} {{ Form::close() }} @endsection