@extends('back.layouts.layout') @section('title','Dashboard') @section('content-header')

Dashboard

@endsection @section('content')

{{ $products }}

Products

More info

{{ $sliders }}

Sliders

More info

{{ $pages }}

Pages

More info

{{ $users }}

Users

More info
@endsection