@extends('layouts.admin') @section('content') {!! Form::model($banner, ['method' => 'PATCH', 'action' => ['BannersController@update', $banner->id]]) !!} @include('admin.banners.form', ['submit_title' => 'Update Banner']) {!! Form::close() !!} @endsection