@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 }} | {{ $new_data->participated }} | {{ substr($new_data->hours, 0, 5) }} |