@push('metadata') @php $page_id = 36; $mTitle = @$seoData['seo_title']; $mDescr = @$seoData['meta_description']; $faqs = $seoData['faq'] ?? '[]'; $mKWords = $seoData['meta_keywords']; $mUrl = url()->current(); $mImage = config('constants.crypto-author'); @endphp
| Project Name | Founder | Founding Year | Project Category |
|---|---|---|---|
|
{{ $value['project_name'] }}
{!! \Illuminate\Support\Str::words($value['short_description'], 100, '...') !!}
|
@php
$founders = $value['founders'] ?? [];
$displayLimit = 2;
@endphp
@foreach(array_slice($founders, 0, $displayLimit) as $founder)
{{ $founder['founder_name'] }}
@endforeach
@if(count($founders) > $displayLimit)
More
@endif
|
{{ $value['funding_year'] ?? '-' }} |
@php
$categories = $value['project_categories'] ?? [];
$displayLimit = 2;
@endphp
@foreach(array_slice($categories, 0, $displayLimit) as $category)
{{ $category['title'] }}
@endforeach
@if(count($categories) > $displayLimit)
More
@endif
|
| No data found | |||