Muhamad Hanafiah Yahya
Results
1
comments of
Muhamad Hanafiah Yahya
you can try..catch at handle() method for example ``` public function handle(ActionFields $fields, Collection $models) { try { Excel::import(new TicketsImport, $fields->file); return Action::message('Tickets Succesfully Imported!'); } catch (\Maatwebsite\Excel\Validators\ValidationException $e) {...