@extends('layouts.customer') @section('title', 'Edit Subscription Form') @section('page-title', 'Edit Subscription Form: ' . $form->name) @section('content')
@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('title')

{{ $message }}

@enderror
@error('type')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
gdpr_checkbox) ? 'checked' : '' }} class="h-4 w-4 text-primary-600 focus:ring-primary-500 border-gray-300 rounded" >
is_active) ? 'checked' : '' }} class="h-4 w-4 text-primary-600 focus:ring-primary-500 border-gray-300 rounded" >
Cancel
@endsection