{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

{{ config('global.participanttype') }}
List of Trials

@foreach ($trials as $row) @endforeach
ID Name Gender Phone Instructor Trial Date Is Registered Actions
{{ $row ->Id }} {{ $row ->participant_name }} {{ $row ->gender }} {{ $row ->phone }} {{ $row ->FirstName }} {{ $row ->LastName }} {{ $row ->trialdate }} {{ $row ->Isregistered }}
@csrf @method('DELETE')
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection