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

Company Challenge

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

Return to Challenges

{{ $heading }}

Deactivated
@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 => $val)
  • @if( isset($val) && (count($val) > 0)) @else

    For All Employee

    @endif
  • @endforeach
@else Company wide Challenge @endif
@endsection @section('scripts') @endsection