@extends('layouts.master') @section('content')
{{ __('Welcome') }} {{ auth()->user()->name }}
@if (session('status')) @endif
@endsection