@extends('admin.layout.master') @section('content')

{{\App\Brand::all()->count()}}

Brands number

{{\App\Product::all()->count()}}

Product number
@endsection