@extends('layouts.buddy-screens') @section('content')
Product Type : {{ucwords(str_replace('_', ' ', Session()->get('type')))}}
@endif @if (Session()->get('partner'))Partner : {{ucwords(str_replace('_', ' ', Session()->get('partner')))}}
@endif @if (Session()->get('from') || Session()->get('to'))Date : {{ucwords(Session()->get('from'))}} to {{ucwords(Session()->get('to'))}}
@endif @if (Session()->get('productname'))Product Name : {{ucwords(Session()->get('productname'))}}
@endif @if (Session()->get('aum'))Minimum Investement : {{ucfirst(str_replace('_', ' ', Session()->get('aum')))}}
@endif