@extends('layout') @section('title') Cargar orden del día @endsection @section('content')
{!! Form::open(['route'=>'ordenDia.store', 'method'=>'POST', 'files' => true, 'role' => 'form', 'id' => '']) !!} @include('pantalla.formOrden') {!! Form::close() !!}
@endsection