@extends('backend.student.layouts.right_side_bar') @section('studentBody')
Talent Hunt Competition
{{csrf_field()}}
@foreach($talents as $talent) @if(\App\OnlineExam\StudentTallentHunt::where('student_id',$student->id)->where('talent_hunt_id',$talent->id)->first())
@else
@endif @endforeach
{{--
--}} {{-- --}} {{--
--}} {{-- My Applied Courses--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- 0--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- Shortlisted Colleges--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- 0--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- Shortlisted Courses--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- 0--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}}
@endsection