@extends('layouts.principal') @section('content')
Reporte de Clientes
{!!link_to_route('reporteCliente.create', $title = 'Generar csv de Clientes', null, $attributes = ['class'=>'btn btn-primary'])!!}
@if(Session::has('csvClientes')) @endif
@endsection