@csrf
    @if ($errors->any())

    Please correct the errors below:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach @endif
Buy Subscription

@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@push('css') @endpush @push('js') @endpush