@extends ('backend.layouts.app') @section('title', 'View Form Structure') @section('page-header')

View Form Structure - ({{ $form->form_name }})

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