@extends('admin/layouts/default')
{{-- Page title --}}
@section('title')
Form Editors
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
{{----}}
@stop
{{-- Page content --}}
@section('content')
@stop
{{-- page level scripts --}}
@section('footer_scripts')
{{-- --}}
@stop