@if (Helper::createMode())
@if (isset($article_news))
{!! Form::model($article_news, ['route' => 'article-news.store', 'class' => 'article-news-form model', 'enctype' => 'multipart/form-data', 'accept-charset' => 'UTF-8']) !!}
@else
{!! Form::open(['route' => 'article-news.store', 'class' => 'article-news-form', 'enctype' => 'multipart/form-data', 'accept-charset' => 'UTF-8']) !!}
@endif
@elseif (Helper::editMode())
{!! Form::model($article_news, ['route' => ['article-news.update', $article_news->id], 'class' => 'article-news-form', 'enctype' => 'multipart/form-data', 'accept-charset' => 'UTF-8']) !!}
@endif
Fatal error: Uncaught Error: Class "Helper" not found in C:\Apache24_x64\htdocs\__cms\resources\views\article_news\form.blade.php:26
Stack trace:
#0 {main}
thrown in C:\Apache24_x64\htdocs\__cms\resources\views\article_news\form.blade.php on line 26