@extends('layouts.app')
@section('title')
ARCHIVO DIGITAL
@endsection
@section('content')
{{-- {!! Form::open(['route'=>'solInfo.store', 'method'=>'POST', 'files' => true, 'role' => 'form', 'id' => '']) !!}--}}
@include('SolicitudInfo.form')
{{-- {!! Form::close() !!}--}}
@endsection
@push('scripts')
@endpush