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