@extends('layouts.main') @section('page-style') @endsection @section('page-script') @if (isset($post)) @endif @endsection @section('content')

@include('layouts.notifications')
Date Range
{{ csrf_field() }}
@if (isset($post))
Amount Point
Total Point
User
@if(!empty($user['data'])) @foreach($user['data'] as $res) @endforeach @endif
Name Phone Email City Point Detail
{{ $res['name'] }} {{ $res['phone'] }} {{ $res['email'] }} {{ $res['city']['city_name'] }} {{ number_format($res['points'], 0) }}
@if ($user['paginator']) {{ $user['paginator']->links() }} @endif
@endif @endsection