@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Items")}}

{{__("All Items")}}

@endsection @section("content") @include("includes.dialog")

{{$item->name_en}}

{{$item->name_ar}}

@if($Proberty ==0) @if( $active != 0)
request()->id])}}" method="post" id="prob{{request()->id}}" style="display: none" data-swal-title="{{__('active-stock-management')}}" data-swal-text="{!! $text !!}" data-yes="{{__('yes')}}" data-no="{{__('no')}}" data-success-msg="{{__('the-item-stock-management-has-been-activated-succssfully')}}">@csrf @method("post")
{{__('active-stock-management')}}
@endif @else @endif
{{__('Add Ons Categories')}}
@foreach($addOns as $index => $addOn) @endforeach
# {{__('name-en')}} {{__('name-ar')}} {{__('Type')}} {{__('min-choice')}} {{__('max-choice')}} {{__('options')}}
{{++$index}} {{$addOn->name_en}} {{$addOn->name_ar}} @if($addOn->input == "radio"){{__('single-select')}}@else{{__('multi-select')}}@endif @if($addOn->input == "checkbox"){{$addOn->numberInput->min}}@endif @if($addOn->input == "checkbox"){{$addOn->numberInput->max}}@endif
@endsection @section("scripts") @endsection