@extends('app') @section('content')
@if($clients->count() > 0) @include('admin.reports.partials.export_form', ['kind' => 'already_client', 'kind_name' => 'ya_son_clientes'])
@include('admin.reports.partials.template', ['reports' => $clients])
{!! $clients->render() !!}
@else
No hay valores que mostrar
@endif
@endsection