@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_.\Illuminate\Support\Facades\App::getLocale() == 'en' ? $item->item_name_en : $item->item_name_ar }}

{{--

$item->item_name_ar

--}}

{{__($item->item_price.' AED')}}

@if($Proberty ==0) @if( $active != 0)
{{-- onclick="return confirm('Are you sure you want to search Google?')"--}}
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 Add On has been deleted succssfully')}}">@csrf @method("post")
{{__('Active Stock Management')}} {{-- request()->id])}}" class="btn btn-primary" style="background-color: #0cac00"> {{__('Active Stock Management')}}--}}
@endif @else
{{-- onclick="return confirm('Are you sure you want to search Google?')"--}} {{-- --}} {{-- {{__('Active Stock Management')}}--}} id)}}" target="_blank" class="btn btn-success">{{__('Download PDF Stock Details')}} {{-- --}}
@endif
{{__('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