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