@if($reports->count() == 0)
No hay reportes que mostrar
@else
@include($table)
{!! $reports->appends(Input::all())->render() !!}
@endif