@push('title') Update Variation @endpush Update Variation @csrf @method('PUT') Variation Name Status status == \App\Models\Variation::ACTIVE ? 'selected' : '' }}>Active status == \App\Models\Variation::INACTIVE ? 'selected' : '' }}>Inactive + Add Another Type Variation Types @foreach ($variation->variationTypes as $type) @endforeach Update Variation Cancel {{-- Delete Modals outside the main form --}} @foreach ($variation->variationTypes as $type) Warning Are you sure you want to delete this variation type? Type: {{ $type->name }} This action cannot be undone! @csrf @method('DELETE') Yes, Delete Cancel @endforeach
Are you sure you want to delete this variation type?
Type: {{ $type->name }}
This action cannot be undone!