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

{{__('Show Loyality Point Offers')}}

{{__('Control and view all Loyality Point Offers')}}

@endsection @section("content") @include("includes.dialog")
@foreach($loyalityPointOfferDetails as $loyalityPoint) @endforeach
#{{__('ID')}} #{{__('Value')}} {{__('Day')}} {{__('Date From')}} {{__('Date To')}} {{__('Time From')}} {{__('Time To')}} {{__('Controls')}}
{{$loyalityPoint->id}} {{$loyalityPoint->LoyalityPointOffers->loyality_point_value}} {{$loyalityPoint->day($loyalityPoint->day)}} {{$loyalityPoint->LoyalityPointOffers->date_from}} {{$loyalityPoint->LoyalityPointOffers->date_to}} {{$loyalityPoint->time_from}} {{$loyalityPoint->time_to}}
id)}}" method="post" id="delete{{$loyalityPoint->id}}" style="display: none" data-swal-title="{{__('Delete Loyality Point Offer')}}" data-swal-text="{{__('Are Your Sure To Delete This Loyality Point Offer ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('the Loyality Point Offer Time has been deleted succssfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection