@extends('themes.default1.agent.layout.agent') @extends('themes.default1.agent.layout.sidebar') @section('Tools') class="nav-link active" @stop @section('tool') class="active" @stop @section('kb') class="nav-link active" @stop @section('settings') class="nav-link active" @stop @section('content') {!! Form::model($settings,['url' => 'postsettings/'.$settings->id, 'method' => 'PATCH','files'=>true]) !!} @if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('fails'))
{!! lang::get('lang.alert') !!}! {{Session::get('fails')}}
@endif @if(Session::has('errors'))
{!! Lang::get('lang.alert') !!}!
@if($errors->first('pagination'))
  • {!! $errors->first('pagination', ':message') !!}
  • @endif
    @endif

    {{Lang::get('lang.kb-settings')}}

    {!! Form::label('pagination',Lang::get('lang.numberofelementstodisplay')) !!} *
    @stop