How to add validation form image in laravel

PHP
'image' => 'required|image|mimes:jpeg,png,jpg,gif,svg|max:2048',
Source

Also in PHP: