@extends('layouts.admin') @section('content') {!! Form::model($type, ['method' => 'PATCH', 'action' => ['ArticleTypesController@update', $type->id]]) !!} @include('admin.articles.types.form', ['submit_title' => 'Update Type']) {!! Form::close() !!} @endsection