@if (isset($filiale_news) && $filiale_news->partner !== 0)
@lang('descriptions.filiale-news-partner.crud')
@else
@lang('descriptions.filiale-news.crud')
@endif
{!! Form::model($entry, ['route' => ['filiale-news.approval-view', $entry->id], 'class' => 'filiale-news-approval-form approval-form', 'enctype' => 'multipart/form-data', 'accept-charset' => 'UTF-8']) !!}
{!! Form::checkbox('approve', 1, null, ['id' => 'approval-state', 'class' => 'hidden']) !!}
{!! Form::close() !!}
@endsection
@section('back_button')