@extends('admin.layouts.app') @section('title', $title) @section('content')

{{ $title }}

@csrf @method('PUT')
@include('admin.registration_fields.partials.form', ['buttonLabel' => 'Save Changes'])
@endsection