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