how get many record from an array in laravel – Phpmyadmin
I have an array of category , and this categories have many books (belongToMany) how i can get all book sorry about my English category model class category_b extends Model { protected $table = 'categoryb'; protected $attributes = array( 'lang'=>…