@extends('adminlte::page') @section('title', 'Banners') @section('content_header') @component('components.breadcrumb', [ 'links' => [ 'Listado' => url('banners') ], 'current' => 'Editar' ]) @endcomponent @stop @section('content') @includeIf('alerts.errors') {{ Form::model($banner, ['route' => ['banners.update',$banner->id], 'method' => 'PUT', 'class' => 'animated bounceInDown', 'files' => true]) }}