@extends('admin/layouts/default') @section('title') Cargoheaders @parent @stop @section('content') @include('common.errors') Cargoheaders Edit Dashboard Cargoheaders Edit Cargoheader Edit Cargoheader {!! Form::model($cargoheader, ['route' => ['admin.cargoheaders.update', collect($cargoheader)->first() ], 'method' => 'patch']) !!} @include('admin.cargoheaders.fields') {!! Form::close() !!} @stop @section('footer_scripts') @stop