@extends('layouts.app') @section('content')

{{ trans('lang.combos') }}

@csrf @method('PUT')
@include('alerts.error_messages')
{{ trans('lang.combo_edit') }}
@if ($combo->media && $combo->media->count())
@foreach ($combo->media as $media) @endforeach
Image Action
Product Image
@endif
@foreach ($combo->products as $index => $item) @endforeach
Product Quantity
{{--
@foreach ($combo->products as $index => $item) @endforeach
Product Quantity
--}}
is_active ? 'checked' : '' }}>
feature_item ? 'checked' : '' }}>
publish ? 'checked' : '' }}>
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection