mkA~(@^_^@)~PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT p0 'bool', 'country_id' => 'int', 'governerate_id' => 'int' ]; protected $fillable = [ 'status', 'country_id', 'governerate_id' ]; public function country() { return $this->belongsTo(Country::class); } public function governerate() { return $this->belongsTo(Governerate::class); } }