@extends ('backend.layouts.app') @section('title', 'New Forms creation') @section('page-header')

New Forms creation

@endsection @section('after-styles') @endsection @section('content')
Create New Form
@csrf
@endsection @section('after-scripts') @include('backend.form-manager.partials.alert_message') @endsection