diff --git a/app/views/film.blade.php b/app/views/film.blade.php index 9680b1a..fd50af0 100644 --- a/app/views/film.blade.php +++ b/app/views/film.blade.php @@ -10,7 +10,7 @@ @if(!is_null($film->gesehen))
Gesehen am {{ \Carbon\Carbon::parse($film->gesehen)->format('d.m.Y') }}
@else -
admin) { echo "id='gesehen'"; } ?> style="cursor: pointer;"> Nicht gesehen
+
admin) { echo "id='gesehen'"; } ?> style="cursor: pointer;"> Nicht gesehen
@endif
@@ -204,4 +204,4 @@ @section('title') {{ $film->name }} ~ -@stop \ No newline at end of file +@stop