@extends('backend.layout.masterlayout') @section('content') @include('backend.partial.sidebar') @include('backend.partial.topbar')
@include('backend.module-manager.setseotag')
@include('backend.partial.dashboard_footer') @endsection @section('script') @include('backend.partial.module-builder-config') @foreach ($form_fields_data as $key => $form_fields) @if ($form_fields->type == 'textarea-editor') @endif @if ($form_fields->type == 'datetimepicker') @endif @if ($form_fields->type == 'datepicker') @endif @if ($form_fields->type == 'imepicker') @endif @endforeach @endsection