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