@extends('backend.layouts.admin.admin') @section('title', 'Form') @section('content') @include('backend.form.partials.form',['header' => 'Create a Form']) @stop @push('styles') @endpush @push('scripts') @endpush