@if($single==true)
@extends('user.layouts.master') @section('title', __('Invest & Earn')) @php $currency = base_currency(); $default = ($single==true) ? $schemes : $schemes->first(); $fixed = (data_get($default, 'is_fixed', 0)==1) ? 'yes' : 'no'; $minimum = (data_get($default, 'amount')) ? data_get($default, 'amount') : 0; $maximum = (data_get($default, 'maximum') && $fixed=='no') ? data_get($default, 'maximum') : 0; @endphp @section('content')