close #622 Fixed: If the app use pagination, It not change title.
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
@if ($items->firstItem())
 | 
			
		||||
    <div class="pull-left" style="margin-top: 7px;">
 | 
			
		||||
        <small>{{ trans('pagination.showing', ['first' => $items->firstItem(), 'last' => $items->lastItem(), 'total' => $items->total(), 'type' => strtolower(trans_choice('general.' . $type, 2))]) }}</small>
 | 
			
		||||
        <small>{{ trans('pagination.showing', ['first' => $items->firstItem(), 'last' => $items->lastItem(), 'total' => $items->total(), 'type' => strtolower((isset($title)) ? $title : trans_choice('general.' . $type, 2))]) }}</small>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="pull-right">
 | 
			
		||||
        {!! $items->appends(request()->except('page'))->links() !!}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user