@extends('layout')
@section('title')
Cargar actas
@endsection
@section('content')
{!! Form::open(['route'=>'asuntosOrden.store', 'method'=>'POST', 'files' => true, 'role' => 'form', 'id' => '']) !!}
@include('pantalla.formAsuntos')
{!! Form::close() !!}
@endsection