'form-file dropzone-column w-1/2 h-32.5', ]; /** * Get the view / contents that represent the component. * * @return \Illuminate\Contracts\View\View|string */ public function render() { return view('components.form.group.file'); } }