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

Global 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(isset($assignEmployeeDetails['company_name']))
  • @if(isset($assignEmployeeDetails['company_location'])) @if( isset($assignEmployeeDetails['company_location']) && (count($assignEmployeeDetails['company_location']) > 0)) @else

    For All Location

    @endif @if( isset($assignEmployeeDetails['emp_name']) && (count($assignEmployeeDetails['emp_name']) > 0)) @else

    For All Employee

    @endif @endif
@else

For All Employee

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