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

{{ config('global.participanttype') }}
List of Registration for Workshops

@foreach ($workshops as $row) @endforeach
ID Name Gender Phone Workshop Instructor Workshop Date Start Time
{{ $row ->id }} {{ $row ->participant_name }} {{ $row ->gender }} {{ $row ->phone }} {{ $row ->name }} {{ $row ->FirstName }} {{ $row ->LastName }} {{ $row ->workshopdate }} {{ $row ->starttime }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection