'decimal:7', 'start_lng' => 'decimal:7', 'end_lat' => 'decimal:7', 'end_lng' => 'decimal:7', 'price' => 'decimal:2', 'price_for_passenger' => 'decimal:2', ]; public function scopeWaiting($query) { return $query->where('status', 'waiting'); } }