@extends('admin.layouts.master') @section('content') @section('bodyClass') @parent hold-transition skin-blue sidebar-mini @stop
{{ lang('master_records') }} {{ ucwords(str_replace('-', ' ', $postType)) }}

Total {{ $post_items->count() }} records

@include('admin.common.user_message')
@if (!empty($post_items) && $post_items->count() > 0) @php $inc = getPaginationSerial($post_items); @endphp @foreach ($post_items as $item) {{-- --}} @endforeach @else @endif
# Title Restore
{{ $inc++ }} {!! $item->post_title !!}
No records found!
{!! $post_items->links('pagination::bootstrap-4') !!}
@stop