@extends('backend.layouts.app') @section('page-title', trans('app.info')) @section('page-heading', trans('app.info')) @section('content')
@include('backend.partials.messages')

@lang('app.filter')

{!! Form::select('role', ['' => __('app.all')] + array_combine($roles, $roles), Request::get('role'), ['id' => 'role', 'class' => 'form-control']) !!}
@if (count($info)) @foreach ($info as $info_item) @include('backend.info.partials.row') @endforeach @else @endif
@lang('app.title') @lang('app.roles') @lang('app.days')
@lang('app.no_data')
@lang('app.title') @lang('app.roles') @lang('app.days')
@stop @section('scripts') @stop