@extends('backend.layout') @section('content')

{{ ($discounts->currentPage() - 1)*10 + 1 }}-{{ ($discounts->currentPage() - 1)*10 + $discounts->count() }} trong {{ $discounts->total() }} bản ghi.

@if($discounts != null) @foreach($discounts as $stt => $discount) @endforeach @endif
STT Số lượng tài khoản <= Giảm giá(%) Action
{{ ($discounts->currentPage() - 1)*$discounts->perPage() + $stt + 1 }} {{ $discount->account_quantity }} tài khoản {{ $discount->discount}}%
{{ $discounts->appends(@$_GET)->links() }}
@endsection @push('styles') @endpush @push('scripts') @endpush