@extends('backend.layouts.app') @section('page-title', trans('app.jackpots')) @section('page-heading', trans('app.jackpots')) @section('breadcrumbs') @stop @section('content') @include('backend.partials.messages')
@if (count($jackpots)) @foreach ($jackpots as $jackpot) @include('backend.jackpots.partials.row') @endforeach @else @endif
Title Balance @lang('app.pay_in') @lang('app.pay_out') Pay Sum Percent @lang('app.action')
@lang('app.no_records_found')
@stop @section('scripts') @stop