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

{{__('Add Ons')}}

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

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("control-addons")) {{__("Create New Add On's Category")}} @endif @if(!$addOns->isEmpty()) "sort"])}}" class="btn btn-primary"> {{__('Sort addons')}} @endif
{{__('Add Ons Categories')}}
@if(isPermissionsAllowed("control-addons")) @endif @foreach($addOns as $addOn) @if(isPermissionsAllowed("control-addons")) @endif @endforeach
{{__('English name')}} {{__('Arabic name')}}{{__('Control')}}
{{$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