@extends('admin.layouts.app') @section('third_party_stylesheets') @endsection @section('content')

Editar Banner

@include('adminlte-templates::common.errors')
{!! Form::model($banner, ['route' => ['admin.banners.update', $banner->id], 'method' => 'patch']) !!}
@include('admin.banners.fields')
{!! Form::close() !!}
@endsection @section('third_party_scripts') @include('admin.banners.js') @endsection