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

{{__("Add Ons")}}

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

@endsection @section("content") @include("includes.dialog")
url}}" alt="" class="full-box-img">

{{$item->name}}

{{$item->price}}

{{__("Add Ons")}}
@foreach($addOns as $addOn) @endforeach
{{__("#ID")}} {{__("Name")}} {{__("Type Input")}} {{__("Control")}}
{{$addOn->id}} {{$addOn->name}} {{$addOn->type_input == 1 ? "Single" : "Multi"}} $item->id, "id" => $addOn->id])}}" class="control-link edit">
$item->id, "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 successfully")}}">@csrf @method("delete")
@endsection @section("scripts") @endsection