@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Add Ons')}}

{{__('Control and view all Add Ons')}}

@endsection @section("content") @include("layouts.main-parts.page-message")

{{$item->item_name_en}}

{{$item->item_name_ar}}

SR{{$item->item_price}}

{{__('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}} id, $addOn->id])}}" class="control-link edit">
id, $addOn->id])}}" method="post" id="delete{{$addOn->id}}" style="display: none" data-swal-title="{{__('Delete Add On')}}" data-swal-text="{{__('Are Your Sure To Delete This Add On ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('the Add On has been deleted succssfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection