@inject('entities', 'App\Services\EntityService') {{ csrf_field() }}

{{ trans('dashboard.settings.fields.helper') }}

{!! Form::select('recent_count', [5 => '5', 9 => 9, 12 => 12], null, ['class' => 'form-control']) !!}
@foreach ($total = $entities->dashboardEntities() as $entity => $class) @if ($i == (count($total) / 2))
@endif
@endforeach
{!! trans('crud.or_cancel', ['url' => (!empty($cancel) ? $cancel : url()->previous())]) !!}