@extends('admin.app') @section('toolbar')

Editar popup: {{$model->name}}

@endsection @section('content') {!! Form::model($model, ['route' => ['admin.popups.update', $model->id], 'method' => 'post', 'class' => 'form d-flex flex-column flex-lg-row', 'id' => 'kt_form', 'enctype'=> 'multipart/form-data']) !!} @include('admin.popups._form') {!! Form::close() !!} @endsection