@extends('frontLayout.frontlayout') @section('content') @php use App\Libraries\DateTime; @endphp
@include('creatorDashboard.sidebar')

Page settings

@csrf

Earnings visibility

earnings_visibility == 0 ? 'checked' : ""}} >

Members visibility

members_visibility == 0 ? 'checked' : ""}} >

Rate & Reviews

rate_reviews == 0 ? 'checked' : ""}} >

Plan Settings

Standard plan settings will work.
@if(empty($creatorAbout) && !$creatorAbout)
@include('frontend.partials.dashboardFooter')
@endsection