- @extends('app.my-account.layout')
- @section('page-title')
- <p><b>Items & shipping dates</b></p>
- @endsection
- @section('page')
- <div>
- <div class="d-flex justify-content-between align-items-center mb-4">
- <h4 class="m-0">Settings</h4>
- </div>
-
- </div>
- @endsection
|