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