@extends('admin.layouts.app') @section('panel') @php $purchased = $user ->deposits() ->where('is_monetization', Status::YES) ->exists(); @endphp
@lang('Subscriber & Views')
@lang('Monetiztion Type'): @if ($purchased) @lang('Paid') @else @lang('Free') @endif
@lang('Monetization Status'): @php echo $user->monetizationStep; @endphp
@lang('Subscriber & Views Progress')
 
@endsection @push('breadcrumb-plugins') @if ($user->monetization_status == Status::MONETIZATION_APPLYING) @endif @endpush @push('script-lib') @endpush @push('style-lib') @endpush @push('script') @endpush