@extends('layouts.master-vnext') @section('page-title') Create group @endsection @section('content') @include('common.errors') {{ Form::open(array('url' => action('Inventory\GroupController@store', ['divisioin' => $division]))) }} @include('inventory.group.form') {{ Form::customSubmit('Create new group') }} {{ Form::close() }} @endsection