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

Return to Daily Challenges

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

{{ $heading }}

@csrf
Challenge Details
@if($global_challenge_taking_type == 2 || $company_specific_challenge_taking_type == 2)
@else





@endif
Submission Details
@if($global_challenge_taking_type == 2 || $company_specific_challenge_taking_type == 2)
@else
@endif
@endsection @section('scripts') @endsection