@php $course_c_e = \App\Models\CourseCustomerExam::where('customer_id',$customer->id)->where('score',null)->where('course_customer_id',null)->latest()->first(); if ($course_c_e){ $course_customer_exam_questions = \App\Models\CourseCustomerExamQuestion::where('course_customer_exam_id' , $course_c_e->id)->get()->first(); } if ($course_c_e){ $course_level = \App\Models\CourseLevel::find($course_c_e->pass_course_level_id); } @endphp
Be Warned
Must Customer Have Nationality and Identity to make order
{{__('messages. Full details of Customer.')}}
{{__('messages.Generate Placement Test')}}