@extends('layouts.admin') @section('title','Admin Dashboard') @section('content')

Dashboard

Welcome To !

Phkay News Dashboard

{{ auth()->user()->name }}

{{ auth()->user()->phone }}

{{$total_category}}

Total Category

{{$total_post}}

Total Post

Post Views TOP 10

ID Title Views @foreach ($top_post as $post) id) }}','_blank') " > {{ $post->id }} {{ Str::limit($post->title, 100, '...') }} {{ $post->view }} @endforeach
@endsection