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

All Forms Structures

@endsection @section('content')
Add New Form @if( !empty($DBnames) )
@endif
# Form id Form Name Identifier {{ trans('labels.general.actions') }}
@endsection @section('after-scripts') @endsection