@extends("flowdash::layouts.{$layout}", [ 'title' => 'Pagination', 'breadcrumb' => [[ 'title' => 'UI Components' ], [ 'title' => 'Pagination' ]], 'new_button_label' => false ]) @section('content')
// content above this line
View
20 of 100 arrow_forward

Pagination Light

@component('flowdash::components.pagination', [ 'pages' => 4, 'first' => true, 'last' => true ]) @endcomponent @component('flowdash::components.pagination', [ 'pages' => 2, 'labels' => true, 'class' => "m-0" ]) @endcomponent

Pagination Square

@component('flowdash::components.pagination', [ 'pages' => 4, 'first' => true, 'last' => true ]) @endcomponent @component('flowdash::components.pagination', [ 'pages' => 2, 'labels' => true, 'class' => "m-0" ]) @endcomponent

Pagination Rounded

@component('flowdash::components.pagination', [ 'pages' => 4, 'first' => true, 'last' => true ]) @endcomponent @component('flowdash::components.pagination', [ 'pages' => 2, 'labels' => true, 'class' => "m-0" ]) @endcomponent
@endsection