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

{{__('offers')}}

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