@extends('layouts.buddy-screens') @section('content')

Dashboards / Deals / Fixed Income Securities

Card image
{{$_details->productname}}

{{$_details->short_desc}}


  Back   {{-- --}} @if ($_details['upload_docu']) Download Details @endif
Details
ASSET CLASS PRE-TAX IRR TENURE Final Deal Amount TOTAL ISSUE SIZE INTEREST PAYOUT
{{ ucwords(str_replace("_"," ",$_details['asset_class']));}} {{ ucwords(str_replace("_"," ",$_details['pre_tax']));}} {{ucwords(str_replace("_"," ",$_details['tenure']));}} {{$_details['AUM']}} {{$_details['total_issue_size']}} {{$_details['interest_payout']}} %
Description
{!!html_entity_decode($_details->deal_desc)!!} {!!html_entity_decode($_details->additional_desc)!!}  
@endsection @extends('layouts.chat-screens')