Session::flash('message', 'This is a message!'); Session::flash('alert-class', 'alert-danger');
public function create(Request $request){ return redirect()->route('home') ->with('error','You have no permission for this page!');}