Skip to content

Commit

Permalink
updte civ
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisGautier committed Nov 24, 2023
1 parent f743794 commit 94b37cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Resources/OscResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public static function getNavigationBadge(): ?string

if( auth()->user()->role == 7) {

$country = parent::getEloquentQuery()->where('pays', 'Cote d\'ivoire')->orWhere('pays', 'Côte d\'ivoire');
$country = parent::getEloquentQuery()->where('pays', 'Cote d\'ivoire')->orWhere('pays', 'Côte d\'ivoire')->orWhere('pays', 'Côte d\'Ivoire')->orWhere('pays', 'Cote d\'Ivoire');
return $country->count();
}

Expand Down

0 comments on commit 94b37cc

Please sign in to comment.