@extends('frontend.event.registration.layout')
@section('css')
@endsection
@section('content')
@include('includes.message')
Please check the below information and pay
Name: {{ $name }}
Mobile: {{ $contact }}
Email: {{ $email }}
Total Amount: ₹{{ $eventRegistrationFee }}
@endsection
@section('pageJS')
@include('frontend.event.registration.includes.event_js')
@endsection