@extends('layouts.app') @section('title') Dashboard Superadmin @stop @section('page_header')

{{ __('Dashboard') }}

@stop @section('content')

Welcome {{ Auth::user()->name }},

You're logged in as customer @stop