@extends('front.layouts.app', ['title' => 'Shipping']) @section('content') @include('front.layouts.app-header') Shipping Address Home Shipping Address @include('front.my-account.left-sidebar') Shipping Address @include('front.my-account.address') @include('front.layouts.app-footer') @endsection @section('custom-js') @endsection