@php $content = getContent('calculate.content', true); $miners = App\Models\Miner::with('plans') ->whereHas('plans') ->orderBy('name', 'ASC') ->get(); @endphp
@push('script') @endpush