@inject('Service', 'App\Services\Service') @php $param = 'tokenomics_b'; // Set this to the value you want to pass @endphp

FINANCE

@if(method_exists($Service, 'get') && is_array($Service->get($param))) @php $benefits = $Service->get($param); @endphp
@else

The benefits service is not available.

@endif