@foreach(json_decode($fyp_project->images) as $image)
@endforeach
@foreach(json_decode($fyp_project->videos) as $video)
@endforeach
@if(isset($fyp_project->resume) && !is_null($fyp_project->resume))
@foreach(json_decode($fyp_project->resume) as $resume)
@endforeach
@endif