@extends('layouts.app') @section('title', 'Edit deal #' . $deal->id) @section('content')

Edit deal #{{ $deal->id }}

{{ $deal->dealProducts->count() }} product(s). Change when the deal should end (prices will restore at that time).

@csrf @method('PUT')
@error('ends_at') {{ $message }} @enderror
Cancel
@endsection