{{ t('Send by Email') }}

@if (isset($errors) and $errors->any() and old('sendByEmailForm')=='1')
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {!! csrf_field() !!} @if (Auth::check()) @else
@endif