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

Reporte por rango de fecha

--}} {{-- --}} {{-- --}}
{!! Form::open(['route'=>'resultado_reporte', 'method'=>'POST']) !!}
SECCIÓN
DESTINO
{!! Form::close() !!}
@foreach ($personas as $persona) @endforeach
Id NOMBRE SECCION
{{$persona->id}} {{$persona->grado}} {{$persona->especialidad}} {{$persona->nombres}} {{$persona->paterno}} {{$persona->materno}} {{$persona->seccion}}
{{-- --}}
@endsection @section('scripts') {!! Html::script('melody/js/data-table.js') !!} @endsection