@extends('layouts.front') @section('dashboard-header') @if(auth()->check()) @include('front.account.profileSideBar') @endif @endsection @section('content') @endsection @push('scripts') @endpush