FYP Project
Startup
Create FYP Project
@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 ($fyp_projects as $fyp_project)
@foreach (json_decode($fyp_project->images) as $image)
@endforeach @foreach (json_decode($fyp_project->videos) as $video)
Your browser does not support the video tag.
@endforeach
{{ $fyp_project->username }}
{{ $fyp_project->project_name }}
Amount: ${{ $fyp_project->amount}}
@endforeach