@extends('admin.layouts.main') @section('content')

Welcome @if (Auth::check() && Auth::user()) {{ Auth::user()->name }} @else Admin @endif !

@endsection