@extends('layouts.master') @section('title', 'test页面标题') @section('sidebar') {{--@parent--}}

这边会附加在主要的侧边栏。

@endsection @section('content')

这是我的主要内容。 这是test-view- {{$name}}
{{--@{{$name}}--}}
@foreach ($users as $user) {{ $user->name }} @endforeach {!! $users->appends(['sort' => 'votes'])->render() !!}
Fatal error: Uncaught Error: Call to a member function currentPage() on null in /data/www/develop/laravel/resources/views/test.blade.php:30 Stack trace: #0 {main} thrown in /data/www/develop/laravel/resources/views/test.blade.php on line 30