@extends('formbuilder::front_layout') @section('title') {{ ucfirst($pageTitle) }} @endsection @section('css') @endsection @section('content')

{{ ucwords($pageTitle) }}

@csrf
@endsection @push(config('formbuilder.layout_js_stack', 'scripts')) @include('frontend.partials.toast_alert') @endpush