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

작성 게시글


Total : {{ $posts->total }}
@if($posts->total > 0) @foreach($posts->list as $row) @endforeach @else @endif
번호 게시판 제목 작성일시 조회수
{{ $row->num }} {{ $row->boardName }} @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->createdAt }} {{ $row->hit }}
작성 게시글이 없습니다.
@if($posts->total > 0) @endif
@csrf
@endsection @push('styles') @endpush @push('scripts') @endpush