@extends('layouts.container') @section('title', 'Dashboard') @section('css') @endsection @section('body-class', 'skin-black') @section('content')
{{ __("You're logged in!") }} : {{ Auth::user()->first_name }}
@endsection