@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

@if ($buttons['add'])
{{ lang('create_new') }}
@endif
@include('admin.common.filter_search') @include('admin.common.user_message')
{!! $post_items->appends(request()->all())->links('pagination::bootstrap-4') !!}
@stop @section('scripts') @parent @stop