how to iterate category options with edit blade file in Laravel 6

后端 未结 0 1833

working with laravel 6 and need edit category options here. PostController.php

public function edit($id)
    {
        $post = Post::find($id);
        $categ         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题