@extends('backend.layouts.master') @section('admin-title') Edit - Dynamic Form @endsection @section('admin-content')

Edit Entry: {{ $form->name }}

@include('backend.layouts.partials.message')
@csrf @method('PUT')

@if($form->image) Current Image @else No image uploaded @endif
Cancel
@endsection