Skip to content
Snippets Groups Projects
Select Git revision
  • d810c62493fcbeb0b12df7037be4fa27755db523
  • main default protected
  • master
3 results

pagination.php

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pagination.php 534 B
    <?php
    
    return [
    
        /*
        |--------------------------------------------------------------------------
        | Pagination Language Lines
        |--------------------------------------------------------------------------
        |
        | The following language lines are used by the paginator library to build
        | the simple pagination links. You are free to change them to anything
        | you want to customize your views to better match your application.
        |
        */
    
        'previous' => '&laquo; Previous',
        'next' => 'Next &raquo;',
    
    ];