@extends('shared.admin') @section('content')
Posts
Dashboard
Posts
Add New
Active
Inactive
Search Post
All Posts
@for ($i = 0; $i < count($list); $i++) @php $m = $list[$i]; @endphp @endfor
#
Tiêu đề
ngày đăng
Thao tác
{{ (($current_page - 1) * $page_size + $i + 1) }}
{{ $m->{'title:vi'} }}
{{ $m->created_at }}
@if ($m->hasTranslation('en'))
@else
@endif
$m->id]) }}" title="Delete" title="">
@if ($total_record > 0)
«
Previous
1
@php $left = true; $right = true; @endphp @for ($page = 2; $page <= $total_page - 1; $page++) @if ($page < $current_page - 2) @if ($left)
...
@php $left = false; @endphp @endif @elseif ($page > $current_page + 2) @if ($right)
...
@php $right = false; @endphp @endif @else
{{ $page }}
@endif @endfor @if ($total_page > 1)
{{ $total_page }}
@endif
»
Next
@endif
×
Danh mục
Tiêu đề
Tìm
#
Tiêu đề
@endsection