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