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

{{$coachingDetails->coaching_name}}

@if(isset($coachingDetails->coachingCityName)){{$coachingDetails->coachingCityName->city}}@endif, @if(isset($coachingDetails->coachingStateName)){{$coachingDetails->coachingStateName->name}}@endif

  • Coaching Details
  • Package Info
  • Top Products
  • Coupon
  • Sales
  • Payment Details
  • Coaching Name

    {{$coachingDetails->coaching_name}}

  • Coaching Logo
    @if($coachingDetails) @if($coachingDetails->logo) @endif @endif
    @if($coachingDetails) @if($coachingDetails->logo)

    File: {{$coachingDetails->logo}}

    View logo

    @endif @endif
  • Exam Type @if(isset($coachingDetails->coachingExamTypes)) @foreach($coachingDetails->coachingExamTypes as $types) @endforeach @endif

    {{trim($ex_types, ' , ')}}

  • Email

    {{$coachingDetails->email}} @if(isset($coachingDetails->email)) @if($coachingDetails->email!='') @endif @endif

  • Location (City, State)

    @if(isset($coachingDetails->coachingCityName)){{$coachingDetails->coachingCityName->city}}@endif, @if(isset($coachingDetails->coachingStateName)){{$coachingDetails->coachingStateName->name}}@endif

  • Address

    {{$coachingDetails->address}}

  • Helpline No

    +91 | {{$coachingDetails->help_no}} @if(isset($coachingDetails->help_no)) @if($coachingDetails->help_no > 0) @endif @endif

  • Total No of Faculty

    @if(isset($coachingDetails->coachingFacultyNames)){{count($coachingDetails->coachingFacultyNames)}}@endif

  • Total no of Students

    @if(isset($coachingDetails->total_students)){{($coachingDetails->total_students)}}@endif

  • Total no of Test Series

    {{$coachingDetails->total_testseries}}

  • Total no of Practice Chapter

    {{$coachingDetails->total_practice}}

  • Total no of Quiz

    {{$coachingDetails->total_quiz}}

  • Total No of Followers

    {{$coachingDetails->total_followers}}

  • Total no Following

    {{$coachingDetails->total_following}}

  • Joining Date

    {{date('d/m/Y', strtotime($coachingDetails->joining_date))}}

  • Managed By

    @if($coachingUser) {{$coachingUser->manager_holder_name}} @endif

  • Coaching Rating info

    @if($coachingDetails->total_rating_count > 2){{number_format($coachingDetails->rating, 2). '('.$coachingDetails->total_rating_count.' Ratings)'}}@else{{'- (Not Rated)'}}@endif

  • Strike Status
    warning

    Reason: No Reason

    Date & Time: N/A

  • Banner

    @if(isset($coachingDetails->coachingBanner)) @foreach($coachingDetails->coachingBanner as $other)

    File: {{$other->banner}} View Document

    @endforeach @endif

  • Account Status

    @if($coachingDetails->status == 1) {{'Active'}} @elseif($coachingDetails->status == 2) {{'Banned'}} @else {{'Suspended'}} @endif @if($coachingDetails->coaching_verification == 1) ({{'Verified'}}) @endif


Packages

{{csrf_field()}}
@if($examTypes) @foreach($examTypes as $key => $typed) @endforeach @endif
Exam Type Test Series info Practice info Quiz info T.Question info
{{$typed->exam_type}} @if($typed->total_test_packages > 0) {{$typed->total_test_packages}} @else {{$typed->total_test_packages}} @endif @if($typed->total_practice_sets > 0) {{$typed->total_practice_sets}} @else {{$typed->total_practice_sets}} @endif @if($typed->total_quizs > 0) {{$typed->total_quizs}} @else {{$typed->total_quizs}} @endif {{$total_row_question}}
Total @if($total_tests > 0) {{$total_tests}} @else {{$total_tests}} @endif @if($total_sets > 0) {{$total_sets}} @else {{$total_sets}} @endif @if($total_quiz > 0) {{$total_quiz}} @else {{$total_quiz}} @endif {{$total_question}}
Packages Exam Type Total Time Spent Total Attempt
  • Total No of Coupons Created
    {{($couponsTotal)}}
  • Available Coupons ({{count($couponsAvail)}})
    @if($couponsAvail) @foreach($couponsAvail as $key => $coupons) @endforeach @endif
  • Most Used Coupons ({{count($couponsMost)}})
    @if($couponsMost) @foreach($couponsMost as $key => $coupons) @endforeach @endif
  • Expired Coupons
    @if($couponsExpired) @foreach($couponsExpired as $key => $coupons) @endforeach @endif
  • Test Series
  • Pass

Total Amount: @if($testspackageTotalAmount){{$testspackageTotalAmount->product_price}} @else {{0}} @endif

Packages Total Quantity Total Sold ()

Bank Account Detail

@if($bankAccounts) @foreach($bankAccounts as $banks)

@if(isset($banks->bankNames)){{$banks->bankNames->bank_name}}@endif

{{$banks->bank_account_no}} | INR

@endforeach @endif

Revenue Sharing

Revenue Partnership Agreement *

@endsection @section('scripts') @endsection