I want to redirect afrter complete both insert from laravel request

前端 未结 0 1861
无人共我
无人共我 2021-01-04 10:35

so I have this store function at my Controller

public function store(Request $request)
{
    Penghuni::create([
        \'nama_penghuni\' => $request->n         


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