@extends('layouts.master') @section('content')
@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']) !!}
zoom_in
zoom_in
@include ('partials.approval_view_options')
{!! Form::checkbox('approve', 1, null, ['id' => 'approval-state', 'class' => 'hidden']) !!}
Ändern
{!! Form::close() !!}
@endsection @section('back_button') Zurück @endsection