@extends('backend.layouts.app') @section('title', app_name() . ' | ' . __('strings.backend.dashboard.title')) @section('content')
@lang('strings.backend.dashboard.welcome') {{ auth()->user()->name }}!
{!! __('strings.backend.welcome') !!}
@endsection