@extends('layouts.admin') @section('page-header') Free Board @endsection @section('content')
@for ($i=0,$cnt=count($boards);$i<$cnt;$i++) @endfor @if (count($boards) <= 0) @endif
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.
Write
@endsection