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

{{ config('global.participanttype') }}
Enquiries

@foreach ($leads as $row) @endforeach
ID Name Gender Phone Email Course Remarks
{{ $row ->id }} {{ $row ->participant_name }} {{ $row ->gender }} {{ $row ->phonecode }} {{ $row ->phone }} {{ $row ->email }} {{ $row ->course }} {{ $row ->comments }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection