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

{{__('Add Ons')}}

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

@endsection @section("content") @include("includes.dialog")
{{__('Add Ons Categories')}}
@foreach($addOns as $addOn) @endforeach
#ID {{__('English name')}} {{__('Arabic name')}} {{__('Control')}}
{{$addOn->id}} {{$addOn->name_en}} {{$addOn->name_ar}} $addOn->id])}}" class="control-link edit">
$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