@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

@endif
@csrf

@lang('app.website_monetization_help_text')


{!! $errors->has('type')? '

'.$errors->first('type').'

':'' !!}
{{ '


' }}
@lang('app.homepage')
@lang('app.listing_page')
@lang('app.single_ad_page')

@endsection @section('page-js') @endsection