@extends('admin.layout.master') @section('content')

@if($details->status==2) Publish Now @elseif($details->status==3) View Details @elseif($details->status==4) Check Reason @elseif($details->status==6) Expired @endif

Package Details

@if($details->status != 3 && $details->status < 5) @endif
  • {{$details->package_name}}
  • {{$details->internalCoaching['coaching_name']}}
  • @if($testTypeName->exam_type) {{$testTypeName->exam_type}} @else {{'N/A'}} @endif
  • @if($testTypeName->test_type_name) {{$testTypeName->test_type_name}} @else {{'N/A'}} @endif
  • @if($details->validity > 1) {{$details->validity}} Days @else {{$details->validity}} Day @endif
  • @if(isset($details->PackageLanguage)) @foreach($details->PackageLanguage as $val) @if($val->language_id == 1) {{'English, '}} @else {{'Hindi, '}} @endif @endforeach @endif
@if($details->package_image) @else @endif

Test Details

Total No. Of Test(s): {{$testCount}}

Test Name Test Type Subject Name Difficulty Level Total Number Of Questions Marks Durations


Test Type Details

@if(!$allTestType->isEmpty()) @foreach($allTestType as $val) @endforeach @else @endif
Test type Total No Of Test Total No Of Test Subject Wise Difficulty Level
@if($val->test_type_name == '') N/A @else {{$val->test_type_name}} @endif {{$val->questionsCount}} @if($val->subject) @foreach($val->subject as $v)

{{$v->subject}} : {{$v->no_of_questions}}

@endforeach @else N/A @endif

Easy : {{$val->easy}}

Medium : {{$val->med}}

Hard : {{$val->hard}}

No Test Type Available
@if($count > 1) @endif


Price Details

@if($testTypeName['sale_type'] == 1 || $testTypeName['sale_type'] == 2) @endif @if($testTypeName['sale_type'] == 4) @endif @if($testTypeName['sale_type'] == 2) @endif
    @if(!$saleTypes->isEmpty()) @foreach($saleTypes as $sale)
  • @endforeach @endif
@if($details->status==3 || $details->status==4 || $details->status==6)

Package Status

Information

  • @if($details['created_date'] != NULL) {{date('d-m-Y', strtotime($details['created_date']))}} / {{$details['created_time']}} @else N/A @endif
  • @if($details['status'] == 3) In Review @elseif($details['status'] == 4) Rejected @elseif($details['status'] == 6) Expired @endif
  • @if($details['status'] == 4)
  • Reason
    @php $count_report = 0; @endphp @if($tags) @foreach($tags as $key=>$tag) @if(count($tag->sections)>0)
    @endif @endforeach @endif
  • @elseif($details['status'] == 6) @endif


Contact Details
  • +91 8585857237
  • support@admisure.com
@endif @if($details->status==2)
@endif
@endsection @section('scripts') @endsection