@extends('layouts.master-vnext') @section('page-title') Create special time type @endsection @section('content') @include('common.errors') {{ Form::open(array('url' => action('Wages\SpecialTimeTypeController@store'))) }} @include('wages.special-time-type.form') {{ Form::customSubmit('Create new special time type') }} {{ Form::close() }} @endsection