{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
| ID | Name | Gender | Phone | Course | Remarks | |
|---|---|---|---|---|---|---|
| {{ $row ->id }} | {{ $row ->participant_name }} | {{ $row ->gender }} | {{ $row ->phonecode }} {{ $row ->phone }} | {{ $row ->email }} | {{ $row ->course }} | {{ $row ->comments }} |