please help me to solve this problem that how to die and dump 2D array in laravel and count array in an array.. i tried this but not working
$arr=collect($request->input('title['+$i+']'));
dd($arr->count());
also tried this code
$arr=collect($request->input('title[0]'));
dd($arr->count());