@extends('header.header') @section('content')
{{__('offers')}}

{{__('offers')}}

@foreach($offers as $offer) @endforeach
{{__("ID")}} {{__("Image")}} {{__("Type")}} {{__("Type_id")}} {{__("Value")}} {{__("Start Date")}} {{__("End date")}} {{__('Control')}}
{{$offer->id}} {{$offer->belongs}} {{$offer->type_id}} {{$offer->value}} {{$offer->start_date}} {{$offer->end_date}}
id)}}" method="post" id="delete{{$offer->id}}" style="display: none" data-swal-title="{{__("Delete offer")}}" data-swal-text="{{__("Are You Sure To Delete This Offer?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the offer has been deleted successfully")}}">@csrf @method("delete")
@endsection