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

{{__("Special Offer")}}

{{__('All Special Offer')}}

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("control-social-media")) @endif
@if(isPermissionsAllowed("control-social-media")) @endif @foreach($special_offers as $special_offer) @if(isPermissionsAllowed("control-social-media")) @endif @endforeach
{{__("ID")}} {{__("Image")}} {{__("Url")}}{{__("Control")}}
{{$special_offer->id}} {{$special_offer->url}} $special_offer->id])}}" class="control-link edit">
$special_offer->id])}}" method="post" id="delete{{$special_offer->id}}" style="display: none" data-swal-title="{{__("Delete Instruction And Laws")}}" data-swal-text="{{__("Are Your Sure To Delete This Instruction And Laws ?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__('the Instruction And Laws has been deleted successfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection