@extends('themes.default1.admin.layout.kb') @section('pages') active @stop @section('all-pages') class="active" @stop @section('content')

{{Lang::get('lang.pages')}}

@if(Session::has('success'))
{{Session::get('success')}}
@endif @if(Session::has('fails'))
{{Session::get('fails')}}
@endif
{{Lang::get('lang.name')}} {{Lang::get('lang.created')}} {{Lang::get('lang.action')}}
@stop