@extends('layouts.admin.master') @section('title')Form Builder 1 {{ $title }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

Form Builder 1

@endslot @endcomponent
Drag & Drop components
Copy the html code from View HTML tab
Drag Elements Here
@push('scripts') @endpush @endsection