@php $content = getContent('calculate.content', true); $miners = App\Models\Miner::with('plans') ->whereHas('plans') ->orderBy('name', 'ASC') ->get(); @endphp {{ __(@$content->data_values->heading) }} @lang('Select Coin') @lang('Select Coin') @foreach ($miners as $miner) first)>{{ __($miner->name) }} @endforeach @lang('Select Plan') @lang('Select Plan') @lang('Estimated Revenue') 0 @push('script') @endpush