Startups
FYP Project
Create Startup
@csrf
@if ($user->user_type === 'investor' && $user->investorProfile)
@elseif ($user->user_type === 'fyp_student' && $user->fypProfile)
@elseif ($user->user_type === 'startup' && $user->startupProfile)
@else
@endif
@foreach ($startups as $startup)
@foreach (json_decode($startup->images) as $image)
@endforeach @foreach (json_decode($startup->videos) as $video)
Your browser does not support the video tag.
@endforeach
{{ $startup->username }}
{{ $startup->startup_name }}
Investment: ${{ $startup->investment_needed }}
@endforeach