@extends('admin.panel.layout')
@section('admin_title', $mode === 'edit' ? 'App bearbeiten' : 'App anlegen')
@section('admin_content')
@if($errors->any())
Bitte prüfe die Eingaben.
@endif
@if($mode === 'edit')
Smart-Link & Interesse
Teilbarer Link:
{{ route('applink.show', $app->slug) }}
Interesse iOS{{ $app->interest_ios }}
Interesse Android{{ $app->interest_android }}
Interesse Windows{{ $app->interest_windows }}
@endif
@endsection