@extends('dashboard.layout.layout') @section('content')
{!! $point_offers->links() !!}
@foreach ($point_offers as $point_offer) @endforeach
# {!! trans('dashboard.point_offer.user_type') !!} {!! trans('dashboard.point_offer.points') !!} {!! trans('dashboard.point_offer.number_of_orders') !!} {!! trans('dashboard.point_offer.start_at') !!} {!! trans('dashboard.point_offer.end_at') !!} {!! trans('dashboard.general.added_date') !!} {!! trans('dashboard.general.control') !!}
{{ $loop->iteration }} {{ trans('dashboard.user.user_types.'.$point_offer->user_type) }}
{{ $point_offer->points }}
{{ $point_offer->number_of_orders }}
{{ $point_offer->start_at->format("Y-m-d") }}
{{ $point_offer->end_at->format("Y-m-d") }}
{{ $point_offer->created_at->format("Y-m-d") }}
{!! $point_offers->links() !!}
@include('dashboard.layout.delete_modal') @endsection @section('vendor_styles') @endsection @section('page_styles') @endsection @include('dashboard.point_offer.scripts')