@php use App\Http\Controllers\ParticipantsController; @endphp @extends('layouts.master') @section('title', 'Participants Import') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header')
| No. | Student ID | Participants | Hours | |
|---|---|---|---|---|
| {{ ++$key }} | {{--{{ $new_data->student }} | --}}@if (ParticipantsController::check_student_code(trim($new_data->student)) == 0) {{ $new_data->student }} @else {{ $new_data->student }} @endif | @if(!in_array($new_data->participated, ['S', 'P', 'O', 'O1', 'O2'])) {{ $new_data->participated }} @else {{ $new_data->participated }} @endif | {{ substr($new_data->hours, 0, 5) }} |