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