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

{{ $title }}

@csrf
@include('admin.registration_fields.partials.form', ['buttonLabel' => 'Create Field'])
@endsection