@extends('admin.index') @section('title', Helper::getSiteTitle('Update Article')) @section('content')

Update Article

{{ csrf_field() }}
@if($errors->any()) @elseif(session('message')) @endif

Maximum length 125 characters

@php $active = Helper::getInputValue('active', $article->active) @endphp
@endsection @section('css-lib') @endsection @section('js-lib') @endsection