1//In your Validation file add these
2
3 'translation_attachments' => [
4 'array',
5 'required',
6 ],
7 'translation_attachments.*' => [
8 'required',
9 ],
10
11// where translation_attachments is your column name in the DB
12