Мой контроллер
Код: Выделить всё
public function index()
{
$posts = Book_review::all();
return view('index',['posts' => $posts]);
}
Код: Выделить всё
@foreach ($posts as $post)
{{$post}}
@endforeach
Подробнее здесь: https://stackoverflow.com/questions/793 ... e-template
Мобильная версия