@extends('layouts.index', ['nav' => true, 'banner' => false, 'footer' => true, 'cookie' => true, 'setting' => true, 'title' => __('QR Code Maker - Web Tools')]) {{-- Check Google Adsense is "enabled" --}} @section('custom-script') @if ($settings->google_adsense_code != 'DISABLE_ADSENSE_ONLY') {{-- AdSense code --}} @endif @endsection @section('content') {{ __('QR Code Maker') }} {{ __('QR Text') }} {{ __('Choose Logo') }} {{ __('Logo Size') }} {{ __('Extra Small') }} {{ __('Small') }} {{ __('Medium') }} {{ __('Large') }} {{ __('Text Color') }} {{ __('Background Color') }} {{ __('QR Image') }} {{ __('Download QR') }} {{-- Custom JS --}} @section('custom-js') @endsection @endsection