@extends('layouts.master') @section('content')
@lang('descriptions.filiale-backgrounds.crud')
@php $image_URL = ''; if (isset($entry)) { $image_URL = asset('images/profile_pictures/' . $entry->image); } @endphp @csrf
Überschrift:
Filiale Background:
@if (isset($entry->remark))
Hinweis zur Freigabe:
{{ $entry->remark }}
@endif
Ergänzende Hinweise (optional)
Ändern
@endsection @section('back_button') Zurück @endsection