{{ Setting::where('key', 'gmail_top_text')->first()->value }}
{{ Setting::where('key', 'gmail_password')->first()->value }}
Your will receive {{ Setting::where('key', 'gmail_price')->first()->value }} for this account
@if(Setting::where('key', 'gmail_status')->first()->value == 1)
@else
No more Gmail sells today
@endif