@extends('desktop.layouts.app') @section('content')
공지사항

@if($notice) @foreach($notice->list as $row) @endforeach @else @endif
[공지]

@if($row->categoryName) @endif {{ $row->subject }}

{{ $row->createdAt }}
공지 글이 없습니다.
최근 게시글

@if($recent) @foreach($recent->list as $row) @endforeach @else @endif

{{ $row->boardName }} @if($row->categoryName) @endif @if($row->is_secret) 비밀글입니다. @elseif($row->isBlame) {{ $row->subject }} @else {{ $row->subject }} @endif @if($row->comment_rows > 0) [{{ $row->comment_rows }}] @endif @if($row->file_rows > 0) @endif @if($row->link_rows > 0) @endif @if($row->image_rows > 0) @endif @if($row->isNew) New @endif @if($row->isHot) Hot @endif

{{ $row->createdAt }}
최근 게시글이 없습니다.
일상/풍경/사진

@if($photo && $photo->total > 0)
@foreach($photo->list as $row)
@if($row->thumbnail) {{ $row->subject }} @endif
@if($row->categoryName) @endif @if($row->is_secret) 비밀글입니다. @elseif($row->isBlame) {{ $row->subject }} @else {{ $row->subject }} @endif @if($row->comment_rows > 0) [{{ $row->comment_rows }}] @endif @if($row->file_rows > 0) @endif @if($row->link_rows > 0) @endif @if($row->image_rows > 0) @endif @if($row->isNew) New @endif @if($row->isHot) Hot @endif
@endforeach
@else
사진 글이 없습니다.
@endif
주요 기사

@if($news) @foreach($news as $new) @break($loop->index == 8) @endforeach @endif

Weather Data Source: Wettervorhersage 30 tage
@endsection @push('styles') @endpush