@@ -38,6 +38,9 @@ |
||
38 | 38 | return $this->inputForm('checkbox', $field, $label, $id); |
39 | 39 | } |
40 | 40 | |
41 | + /** |
|
42 | + * @param string $input |
|
43 | + */ |
|
41 | 44 | private function inputForm($input, $field, $label, $id) |
42 | 45 | { |
43 | 46 | return view('backend.partials.form.'.$input, [ |