@extends('mobile.layouts.app') @section('content')
최신글 보기

{{-- 검색 --}}
{{-- 최신 게시글 --}} @if($recent->total > 0) @foreach($recent->list as $row) @endforeach @else @endif
전체 : {{ $recent->total }}개

@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->user->name }}
  • {{ $row->createdAt }}
  • 조회 {{ $row->hit }}
  • 추천 {{ $row->like }}
@if($row->thumbnail)
{{ $row->subject }}
@endif
최신 글이 존재하지 않습니다.
@if($recent->total > 0) @endif
@endsection @push('styles') @endpush @push('scripts') @endpush