@php $company_name = @$startups_data->company_name; @endphp
| Valuation | At Date | Remark | Added By | Created Date |
|---|---|---|---|---|
| {{ $record->valuation }} @if(!$loop->first) @if($growth < 0) {{ round($growth,3)*-1 }}% @else {{ round($growth,3) }}% @endif @endif | {{ date_format(date_create($record->valuation_date),'d M y') ?? "--" }} | @if($record->remark) view @else view @endif | {{ $record->action_by_user_name }} | {{ $record->created_date ?? "--" }} |
| No Record Found | ||||