@extends('layouts.front')
@section('title')@lang('Account Overview') - {{config('app.name')}}@endsection
@section('sidebar')
@include('partials.front.sidebar')
@endsection
@section('styles')
@endsection
@section('content')
@lang('Account Overview')
@endsection