@extends('admin.layouts.master') @section('page.name', __('Earnings')) @section('page.body')

{{__('Earnings')}}

@if($purchaseDetails->isRegularLicense())

{{__('Notice!')}} {{__('You current license type is Regular. While all the functionality is made available, Escrow Fees will not be charged on any trade. An Extended License or greater is required to enable this.')}}

@endif
@include('admin.earnings.partials.tabs.bitcoin')
@endsection @push('data') @endpush