@extends('layouts.web', ['nav' => true, 'banner' => false, 'footer' => true, 'cookie' => true, 'setting' => true, 'title' => __('Password Generator (MD5) - Web Tools')]) {{-- Check Google Adsense is "enabled" --}} @section('custom-script') @if ($settings->google_adsense_code != 'DISABLE_ADSENSE_ONLY') {{-- AdSense code --}} @endif @endsection @section('content')
{{-- Page title --}}
{{ __('Password Generator (MD5)') }}
{{-- Form --}}
@csrf {{-- Password --}}
{{ __('Password') }}
*
{{ __('Generate') }}
{{-- Result --}} @if (isset($results))
{{ __('Result') }}
*
{{ __('Copy to clipboard') }}
@endif
{{-- Custom JS --}} @section('custom-js') @endsection @endsection