@extends('layouts.app') @section('content')

Edit Company

@include('adminlte-templates::common.errors')
{!! Form::model($company, ['route' => ['companies.update', $company->id], 'method' => 'patch', 'files' => true]) !!}
@include('companies.fields')
{!! Form::close() !!}
@endsection