08 2024
This commit is contained in:
parent
c1c613a4b9
commit
881fc84207
384 changed files with 50679 additions and 990 deletions
|
|
@ -91,7 +91,7 @@ class CustomerMailController extends Controller
|
|||
|
||||
|
||||
}
|
||||
return back();
|
||||
return back()->with('collapse_shows', $data['collapse_shows'] ? $data['collapse_shows'] : []);
|
||||
}
|
||||
|
||||
public function delete($id){
|
||||
|
|
@ -148,14 +148,14 @@ class CustomerMailController extends Controller
|
|||
}else{
|
||||
\Session()->flash('alert-success', "Mail gesendet!");
|
||||
}
|
||||
return back();
|
||||
return back()->with('collapse_shows', $data['collapse_shows'] ? $data['collapse_shows'] : []);
|
||||
}
|
||||
|
||||
public function replyMail(CustomerMailRepository $customerMailRepository){
|
||||
$data = Request::all();
|
||||
$customerMailRepository->replyStore($data);
|
||||
\Session()->flash('alert-success', "Mail gespeichert!");
|
||||
return back();
|
||||
return back()->with('collapse_shows', $data['collapse_shows'] ? $data['collapse_shows'] : []);
|
||||
}
|
||||
|
||||
public function getEmailTemplates()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue