@extends('layouts.admin') @section('page-header') Free Board @endsection @section('content')
Index | Title | Writer | Create Date |
---|---|---|---|
{{ $boards->total() - (($boards->currentPage() - 1) * $boards->perPage()) - $i }} | {{ $boards[$i]->title }} | {{ $boards[$i]->user->firstname }} {{ $boards[$i]->user->lastname }} | {{ substr($boards[$i]->created_at, 0, 10) }} |
no search result. |