@extends('frontend.user-dashboard.layout.app') @section('header') @include('frontend.user-dashboard.include.header') @include('frontend.user-dashboard.include.sidebar') @endsection @section('content')

Hi

{{ auth()->user()->name }}

@if (App::getLocale() == 'es') {!! @$UserDashboardContent->spanish_content !!} @else {!! @$UserDashboardContent->english_content !!} @endif
@endsection @section('footer') @include('frontend.user-dashboard.include.footer') @endsection