@extends('locationAdmin.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(count($assignEmployeeDetails) > 0)
    @foreach($assignEmployeeDetails as $key => $val)
  • @if( count($val['emp_name']) > 0) @else

    For Locatios and All Employees

    @endif
  • @endforeach
@else

For Locatios and All Employees

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