@extends('layouts.app') @section('content')

@if(isset($icon)) @endif {{ __("models.$modeltype") }}

{{ __("admin.:models per page", ['models' => __("models.$modeltypes")]) }}
{{ Form::select('itemsPerPage', array(10 => 10, 25 => 25, 50 => 50, 100 => 100), $itemsPerPage, ['class' => 'form-control']) }}
@include('inc.forms.buttonCreate', [ 'url' => $url, 'label' => __("admin.add :model", ['model' => __("models.$modeltype")]) ])
@endsection