@extends('layouts.admin') @section('title', 'Add Registration') @section('page_title', 'New Registration') @section('content')

Add New Registration

@csrf
@error('name')
{{ $message }}
@enderror
Cancel
@endsection