@if ($list->count() > 0)
{{ $list->appends(request()->except('page'))->links('pagination::bootstrap-4') }}
@else
表示する市区データがありません。
@endif