@extends('layout') @section('page-title', 'Dashboard') @section('page-content') @php echo '
'; print_r($user); echo '
'; @endphp @endsection