@extends('layouts.app') @section('title', __("User Dashboard")) @section('content') {{__("Dashboard")}} {{__("Homer")}} {{__("My profile")}} {{__("Dashboard")}} @include('partials.frontend.user.sidebar') @endsection