@extends('backend.layouts.app')
@section('title', app_name() . ' | ' . __('strings.backend.dashboard.title'))
@push('after-styles')
{{ style('assets/core_ui/css/style.css') }}
{{ style(asset('assets/loading/css/preloader.css')) }}
{{ script('https://cdn.jsdelivr.net/npm/chart.js') }}
@endpush
@section('content')
System Outgoing Points
System Incoming Points
Used Coupon Points
@endsection
@push('after-scripts')
{{ script('https://cdn.jsdelivr.net/momentjs/latest/moment.min.js') }}
{{ script('https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js') }}
{{ script(asset('assets/loading/js/jquery.preloader.min.js')) }}
@endpush