@extends('adminlte::page') @section('title', 'Retail Dashboard') @section('content_header')

Welcome, {{ auth()->user()->name }}

@stop @section('content')
@include('partials.notifications')
@stop @section('js') @section('js') @stop @stop