@extends('layouts.app') @section('content')
@if($data) @foreach($data as $i => $row) @endforeach @else @endif
번호 제목 등록일
{{ $row->number }} {{ $row->subject }}
{{ date('Y.m.d H:i', strtotime($row->created_at)) }}
{{ date('Y.m.d', strtotime($row->created_at)) }}
게시글이 없습니다.
{{ $data->render() }}
@endsection @push('style') @endpush @push('scripts') @endpush