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