@extends('layouts.admin') @section('title', 'Edit Registration') @section('page_title', 'Update Registration') @section('content')

Edit Registration

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