@extends('backend.layouts.app') @section('page-title', trans('app.games')) @section('page-heading', trans('app.games')) @section('breadcrumbs') @stop @section('content') @include('backend.partials.messages')
@if (Input::has('search') && Input::get('search') != '') @endif
{!! Form::select('view', $views, Input::get('view'), ['id' => 'view', 'class' => 'form-control input-solid']) !!}
{!! Form::select('device', $devices, Input::get('device'), ['id' => 'device', 'class' => 'form-control input-solid']) !!}
@if (count($games)) @foreach ($games as $game) @include('backend.games.partials.row') @endforeach @else @endif
Ico Game Bank Percent Count Spin Count Bonus Win Line Win Bonus @lang('app.action')
@lang('app.no_records_found')