@extends('layouts.app') @section('content')

Opinions

@foreach ($opinions as $opinion) @endforeach
{{ $opinions->links() }}
@endsection