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