@extends('layouts.master-vnext') @section('page-title') Edit special time type - {{ $type->name }} @endsection @section('content') @include('common.errors') {{ Form::model($type, [ 'action' => ['Wages\SpecialTimeTypeController@update', $type->id]]) }} {{ method_field('PUT') }} @include('wages.special-time-type.form')