@extends('backend.layouts.app') @section('page-title', trans('app.points')) @section('page-heading', trans('app.points')) @section('breadcrumbs') @stop @section('content') @include('backend.partials.messages')
@if (count($points)) @foreach ($points as $point) @include('backend.points.partials.row', ['base' => true]) @endforeach @else @endif
@lang('app.rating') @lang('app.name') @lang('app.sum') @lang('app.bonus') @lang('app.exchange') @lang('app.action')
@lang('app.no_records_found')
@stop @section('scripts') @stop