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