@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')

{{ __('Welcome back,') }} {{ auth()->user()->name }} !

@endsection