@extends('layouts.admin') @section('title') ویرایش فرم @endsection @section('content')

ویرایش فرم

@include('admin.index.messages')
@method('patch') @csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif

عناصر فرم

@foreach($form->fields as $i => $field)
type,['text','number','textarea'])) style="display: none;" @endif >
@endforeach
@endsection @section('script') @endsection