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

Dashboard

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

{{$shopsCount}}
No. Of Shops
@endsection @section('footer_modals') @endsection @section('footer_scripts') @endsection