@extends('layouts.index') @section('title') Dashboard @endsection @section('css') @endsection @section('content')

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

Dashboard

@endsection @section('js') @endsection