@extends('admin.layout') @section('home','active') @section('content')
@if(Auth::check())

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

@else @endif
@endsection