Answer the question
In order to leave comments, you need to log in
How to fix modal window call error?
There is such a code. It is supposed to call a modal window with data
public function getVebinar(Subscribe $subs, $id){
$user = Auth::user();
$this->data['subsBuh'] = $subs->whereIn('id', [5,6,7,8])->get();
$this->data['subsList'] = [
' ',
'Для бухгалтера' => $this->data['subsBuh']->pluck('NamePrice', 'id')->toArray(),
];
return view('ajaxview.modals.vebinar', $this->data)->with('user', $user);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question