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

Dashboard

@stop @section('content')

You are logged in as : {{ Auth::user()->name }}

@stop @push('css') @endpush @push('js') @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @endpush