@extends('layouts.master') @section('content')

Dashboard

@if (session('status'))
{{ session('status') }}
@endif

Leads


Total Leads {{$total_leads}}

Products


Total Products {{$total_products}}

Categories


Total Categories {{$total_categories}}

Sources


Total Sources {{$total_sources}}
@endsection @section('extendjs') @endsection