@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_educacion', 'method'=>'POST']) !!}
Fecha inicial
Fecha final
{!! Form::close() !!}
@foreach ($sales as $sale) @endforeach
No Fecha Solicitante CI Acciones
{{$sale->id}} {{\Carbon\Carbon::parse($sale->created_at)->format('d M y')}} {{$sale->nombre}} {{$sale->ci}}
{{-- --}}
@endsection @section('scripts') {!! Html::script('melody/js/data-table.js') !!} @endsection