@extends('layouts.admin') @section('title') Dashboard Gerenciamento- {{env('APP_NAME')}} @endsection @section('content')

Olá {{Auth('admin')->user()->name}}

Resumo de insights

{{\App\Models\Noticia::where('noticia_edicao','1')->count()}}
{{\App\Models\Servico::count()}}
{{\App\Models\Category::count()}}
@endsection @section('script') @endsection