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