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