@extends('layouts.admin') @section('title','Reporte por rango de fecha') @section('styles') @endsection @section('options') @endsection @section('preference') @endsection @section('content')
{{--

Reporte por rango de fecha

--}} {{-- --}} {{-- --}}
{!! Form::open(['route'=>'resultado_reporte', 'method'=>'POST']) !!}
Fecha inicial
Fecha final
GRAN UNIDAD DE COMBATE
PEQUEÑA UNIDAD
{!! Form::close() !!}
@foreach ($reconocimientos as $reconocimiento) @endforeach
Id GUC PUC PMA Comandante Hito Incidentes Fecha
{{$reconocimiento->id}} {{$reconocimiento->guc}} {{$reconocimiento->puc}} {{$reconocimiento->pma}} {{$reconocimiento->comandante}} {{$reconocimiento->nombre}} {{$reconocimiento->incidentes}} {{$reconocimiento->fechain}}
{{-- --}}
@endsection @section('scripts') {!! Html::script('melody/js/data-table.js') !!} @endsection