@extends('header.header') @section("content")
{{__('Add Ons Categories')}}
@foreach($addOns as $addOn) @endforeach
#{{__('ID')}} {{__('English name')}} {{__('Arabic name')}} {{__('Min Choice option')}} {{__('Max Choice option')}} {{__('Control')}}
{{$addOn->id}} {{$addOn->add_ons_name_en}} {{$addOn->add_ons_name_ar}} {{$addOn->min}} {{$addOn->max}} $item->id,'id'=> $addOn->id])}}" class="btn btn-outline-primary">
id, $addOn->id])}}" class="makeITinline" > @csrf @method("delete")
@endsection @section("js-scripts") @endsection