@php use App\Enums\Deals\StageType; @endphp
Edit product
@csrf @method('PUT')
{{--
Name
Amount
--}}
Account @foreach ($accountsSelect as $id => $name) @endforeach
Contact @foreach ($contactsSelect as $contact) @endforeach
{{--
Stage @foreach (StageType::cases() as $stage) @endforeach
Expected close date
--}}
Select Product type
Product Category @foreach ($getAcademyProductCategories as $getAcademyProductCategory) @endforeach
Track Category @foreach ($getAcademytrackProductCategories as $getAcademytrackProductCategory) @endforeach
Products @if (basename($product->product_type) == 'Product') @endif
Tracks @if (basename($product->product_type) == 'TrackLevel') @endif
Levels @if (basename($product->product_type) == 'TrackLevel') @endif
Update
@push('script') @endpush