@extends('layouts.'.$namespaceName.'.master') @section('title') {{__('operator/app.home')}} @endsection @section('content')

{{ trans('operator/app.Welcome') }} {{auth()->user()->name}}

{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
@endsection