index.blade.php 159 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 @extends('layouts.app') @section('content') <div class="container"> <h2 style="margin-top: 100px; ">{{ Auth()->user()->name }}</h2> </div> @endsection