@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}}

{{$item->item_price}} SAR

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