@extends('layouts.app') @section('title', 'Admob Settings') @section('content') @if(session('success')) @endif @if(session('error')) @endif
@csrf
Admob Configuration
Google Admob application ID
Ad Units
Ad Type Unit ID Status
Native Ad
Banner Ad
Open Ad
Rewarded Ad
Interstitial Ad
Help
App ID

Found in your Google Admob dashboard under App Settings.


Ad Unit IDs

Each ad format requires its own unit ID. Create them in Admob dashboard.


Status Toggle

Enable or disable individual ad units without removing their IDs.

@endsection @push('style') @endpush