Loading...

पर्यावरण दूत

@if(!$is_submitted)
Download Sample sample file इथून डाउन्लोड करा
पर्यावरण दूत हे 10 पेक्षा जास्ती असतील तर excel file उप्लोड करा
{{--
--}} @endif
@for ($i=1; $i <= $formCount; $i++ )
@if ($errors->has('name.'.$i)) {{ $errors->first('name.'.$i) }} @endif
@if ($errors->has('age.'.$i)) {{ $errors->first('age.'.$i) }} @endif
@if ($errors->has('gender.'.$i)) {{ $errors->first('gender.'.$i) }} @endif
@if ($errors->has('activity.'.$i)) {{ $errors->first('activity.'.$i) }} @endif
@if ($errors->has('image.'.$i)) {{ $errors->first('image.'.$i) }} @endif
@if ( $hidden_image && array_key_exists($i, $hidden_image) ) @php $file = explode('/', $hidden_image[$i]); $isPdf = substr($file[3], -3, 3) == 'pdf' ? true : false; @endphp @if($isPdf) View Pdf @else @endif @endif
@if(!$is_submitted)
@if($hidden_id) @else @endif
@endif
@endfor