pagination.php 497 B

1234567891011121314151617
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Pagination Language Lines
  5. |--------------------------------------------------------------------------
  6. |
  7. | The following language lines are used by the paginator library to build
  8. | the simple pagination links. You are free to change them to anything
  9. | you want to customize your views to better match your application.
  10. |
  11. */
  12. return [
  13. 'next' => 'Siguiente &raquo;',
  14. 'previous' => '&laquo; Anterior',
  15. ];