@include('admin.perfiles.edit') @section('title', 'Suscription')
PLANTILLAS DE SUSCRIPCIONES
@include('admin.perfiles.create')
@include('admin.perfiles.table')
{{ $perfiles->links() }}
Mostrando {{ $perfiles->firstItem() }} a {{ $perfiles->lastItem() }} del total de {{ $perfiles->total() }} registros
@section('js') @stop