diff --git a/resources/views/admin/seals/list.blade.php b/resources/views/admin/seals/list.blade.php index e40af7e..4de92d7 100644 --- a/resources/views/admin/seals/list.blade.php +++ b/resources/views/admin/seals/list.blade.php @@ -1,5 +1,5 @@ @extends('layouts.app') -@section('title', '[東京都|〇〇駐輪場] シール発行履歴') +@section('title', 'シール発行履歴') @section('content')
@@ -81,15 +81,10 @@
- +
+ {{ $list->appends(request()->except('page'))->links('pagination') }} +
-
@@ -147,14 +142,7 @@ document.querySelectorAll('th.sorting').forEach(th => { window.location.href = url.toString(); }); }); - -@endpush -
- {{ $list->appends(request()->except('page'))->links('pagination') }} -
- - - +@endpush + + @endsection \ No newline at end of file