@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
@endsection
@section('back_button')
Zurück
@endsection