@extends('layout.master') @section('parentPageTitle', 'Dashboard') @section('title', 'Index') @section('content')

Hi, {{ Str::ucfirst(auth()->user()->name) }} !

Companies
{{ $companiesCount }}

{{ trans('lang.dashboard_more_info') }}

@include('dashboard.moods') @stop @section('page-styles') @stop @section('vendor-script') @stop @section('page-script') @stop