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

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

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