Undefined variable: post (View: /home/e/Images/123/test1/resources/views/post.blade.php) [duplicate]
问题 This question already has answers here : “Notice: Undefined variable”, “Notice: Undefined index”, and “Notice: Undefined offset” using PHP (28 answers) Closed 4 months ago . I was created post create is it work. I try to adding for can edit post and delete, but i have error undefined variable. namespace App\Http\Controllers; use App\Models\Category; use App\Models\Post; use App\Models\PostImage; use Illuminate\Http\Request; class PostController extends Controller { public function __construct