@extends('admin.layout') @section('title') User Listing @endsection @section('content')

Post Listing

Post Listing Total {{count($posts)}} posts

Title User Content Likes Comments Created On Actions
@endsection @section('page_scripts') @endsection