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

{{ config('global.participanttype') }}
Datatable initialized from HTML table

@if ($errors->any())
Error!
    @foreach ($errors->all() as $error)
  • @endforeach
@endif
@csrf @method('POST')
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection