inserting laravel model object to another table code example
Example 1: how to create model in laravel
php artisan make:model Flight
Example 2: what is actullay work model in laravel
/**
* The attributes that aren't mass assignable.
*
* @var array
*/
protected $guarded = [];