@extends('home::layouts.UserLayout') @section('title') {{env('WEBSITE_TITLE')}} | History @endsection @section('content')

{{ isset($pageTitle) ? $pageTitle : 'Listing' }}

{{-- begin::Body --}}
{{-- beigin::Table --}} @if(isset($pageTitle) && $pageTitle != "History") @endif @if(isset($pageTitle) && $pageTitle === "History") @endif @include("contentstudio::history.parts._item")
Post (Mouse hover on Network Icons to see the Account Name) Type Created Date Post Date / Day(s) and Timings(s) StatusActionPost details
@endsection @section('scripts') @endsection