@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')
Loyalty Points
@if(Session::has('message')) @endif

Loyalty Points List

{{-- --}}
@foreach ($loyalty as $item) @endforeach
S.no Assign Points Rate Points value Assign Points Rate Update Points value Update
{{ $loop->index+1 }} {{ $item->assign_points }} {{ $item->points_rate }} {{ $item->points_val }}
@csrf
@csrf
@csrf
@endsection