@extends('layouts.app') @push('plugin-styles') @endpush @section('content') {!! Form::open(['route'=>['agenda.update', $agenda->id], 'method'=>'PUT', 'files' => true, 'role' => 'formAgenda',"id" => "formAgenda"]) !!} @include("agenda.form") {!! Form::close() !!} @endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush