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