Penugasan massa yang fasih Laravel

use App\Models\Flight;

$flight = Flight::create([
    'name' => 'London to Paris',
]);
Cooperative Crab