@extends('layouts.user') @section('title','Register For Event') @section('content')
Register for Event: {{ $event_details->title }}
Back
Event Registration
@csrf
Select category
@endsection @push('styles') @endpush @push('scripts') @endpush