how to restrict in laravel validation to select only one gif or 4 image code example
Example: laravel image validation
'image' => 'required|image|mimes:jpeg,png,jpg,gif,svg|max:2048',
'image' => 'required|image|mimes:jpeg,png,jpg,gif,svg|max:2048',