@extends('superAdmin.layouts.auth') @section('title') {{ env('APP_NAME') }} | Challenges @endsection @section('styles') @endsection @section('content')

Challenges

@if ($errors->any())
@endif

Return to Challenges

{{ $heading }}

@csrf
Challenge Details
@if($getchallengesDetails->challenge_taking_type == 2)
@else





@endif
Submission Details
@if($getchallengesDetails->challenge_taking_type == 2)
@else
@endif

Challenge Assignment

@if(count($assignEmployeeDetails) > 0)
    @foreach($assignEmployeeDetails as $key => $company)
  • @if(isset($assignEmployeeDetails[$key]['loc'])) @if(count($assignEmployeeDetails[$key]['loc']) > 0) @endif @if(isset($assignEmployeeDetails[$key]['emp_name'])) @if(count($assignEmployeeDetails[$key]['emp_name']) > 0) @else

    For All Employees

    @endif @endif @endif
  • @endforeach
@else

For Companies, All Locations and all Employees

@endif
@endsection @section('scripts') @endsection