@extends('report.ged_reports.master') @section('Breadcrumbs') {!! Breadcrumbs::render('report_ged.page') !!} @endsection @section('ged-content')
{!! Form::label('date', 'De:') !!} {!! Form::date('start_date', null, [ 'class' => 'form-control', ]) !!}
{!! Form::label('date', 'Até:') !!} {!! Form::date('end_date', null, [ 'class' => 'form-control', ]) !!}
@endsection