@extends('layouts.master') @section('pages') {{ __('dashboard.home') }} @endsection @section('title') {{ __('dashboard.dashboard') }} @endsection @section('btn') @endsection @section('css') @endsection @section('content')
{{ __('messages.hello') . " ".auth()->user()->name ?? '' }}
@endsection @section('js') @endsection