@extends('layouts.app') @section('content')
@include('layouts.components.cursor-and-preloader')
@include('layouts.header') @include('layouts.components.page-header', [ 'page_title' => 'Account', ]) @include('layouts.footer')
@endsection