davide cucurnia
2024-01-30 d2a29be9bce019f6339129d3a4460a56ca1b1893
commit | author | age
9f6455 1 <?php
DC 2
3 return [
4
5     /*
6     |--------------------------------------------------------------------------
7     | Pagination Language Lines
8     |--------------------------------------------------------------------------
9     |
10     | The following language lines are used by the paginator library to build
11     | the simple pagination links. You are free to change them to anything
12     | you want to customize your views to better match your application.
13     |
14     */
15
16     'previous' => '&laquo; Previous',
17     'next' => 'Next &raquo;',
18
19 ];