{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
@if ($errors->any())
Error!
    @foreach ($errors->all() as $error)
  • @endforeach
@endif
@csrf @method('POST')

Student Information

png, jpg, jpeg
png, jpg, jpeg,pdf
@if ($errors->has('participant_name')) {{ $errors->first('participant_name') }} @endif

Contact Information

@endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection