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

Send email to {{$registration ->participant_name}}

@csrf
@if ($errors->any())
Error!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @section('scripts') @endsection