@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')