@extends('user.layouts.master') @section('title', __("Invest & Earn")) @section('content')
@if(isset($title) && $title)

{{ $title }}

@endif @if(isset($notice) && (data_get($notice, 'caption') || data_get($notice, 'note')))
@if(data_get($notice, 'caption'))

{{ data_get($notice, 'caption') }}

@endif @if(data_get($notice, 'note'))

{{ data_get($notice, 'note') }}

@endif
@endif @if((isset($button) && $button) || (isset($link) && $link))
@endif @if(isset($help) && $help)
{!! $help !!}
@endif
@endsection