{{-- Title Section --}}
{{ config('app.name') }} | @yield('title', $page_title ?? '')
{{-- Meta Data --}}
{{-- Favicon --}}
{{-- Fonts --}} {{ Metronic::getGoogleFontsInclude() }} {{-- Global Theme Styles (used by all pages) --}} @foreach(config('layout.resources.css') as $style)
@endforeach {{-- Layout Themes (used by all pages) --}} @foreach (Metronic::initThemes() as $theme)
@endforeach {{-- Includable CSS --}} @yield('styles')
{{ __('REGISTER') }}
Past participants
Login here
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
{{$eventdata[0]->Name}}
@csrf @isset($batch->id) {{ method_field('PATCH')}} @endisset @if ($errors->any())
Error!
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ __('Club') }}
@if ($errors->has('participant_name'))
{{ $errors->first('participant_name') }}
@endif
{{ __('E-Mail') }}
@error('email')
{{ $message }}
@enderror
Phone
@error('phone_no')
{{ $message }}
@enderror
City
{{ __('Gymnast Name') }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
DOB
{{ __('Gender') }}
M
@error('gender')
{{ $message }}
@enderror
Aadhar
@error('aadhaar')
{{ $message }}
@enderror
Choose Level
{{-- Global Config (global config for global JS scripts) --}} {{-- Global Theme JS Bundle (used by all pages) --}} @foreach(config('layout.resources.js') as $script) @endforeach {{-- Includable JS --}} @yield('scripts')