@extends('shop.layouts.main') @extends('shop.layouts.top_bar') @section('page_title', 'Dashboard Screen') @section('header_styles') @endsection @section('header_scripts') @endsection @php $productsCount = isset($products) ? count($products) : 0; @endphp @section('content')

Dashboard

Hello, {{auth('web')->user()->name}}
Welcome To Dashboard

{{$productsCount}}
No. Of Products
@endsection @section('footer_modals') @endsection @section('footer_scripts') @endsection