@php use App\Models\Popup; // Get the first popup with status = 1 $popup = Popup::where('status', 1)->first(); @endphp @if($popup)

Promotional Image
@endif @if(app()->getlocale()=='en') @else @endif