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