@extends('layouts.admin_layout') @section('Title') پنل مدیریت | فرم ساز @endsection @section('custom-css') @endsection @section('custom-js') @endsection @section('content')

ساخت فرم جدید

@foreach($fields as $field)
@endforeach
@endsection