@extends('mobile.layouts.app') @section('content')
@include('mobile.account.navTabs')

작성 게시글


Total : {{ $posts->total }}
@if($posts->total > 0) @foreach($posts->list as $row) @endforeach @else @endif
게시글 내용

@if($row->categoryName) @endif {{ $row->subject }} @if($row->is_secret) @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

  • {{ $row->user->name }}
  • {{ $row->createdAt }}
  • 조회 {{ $row->hit }}
@if($row->thumbnail)
{{ $row->subject }}
@endif
작성 게시글이 없습니다.
@if($posts->total > 0) @endif
@csrf
@endsection @push('styles') @endpush @push('scripts') @endpush