User Submitted Posts using Laravel
问题 I am trying to build an application wich it will contain an admin dashboard where the admin will be able to CRUD Posts but also he will be able just to see User Submitted Posts. On the other hand the guest will be able to just see the Posts, but he will be able to Create User Submitted Posts. Until now I have managed to get the Posts functionallity working, but not for the User Submitted Posts. My Controller: namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Usp; class