@extends('shop.customer-area.secondary-template')
@section('header')
@include('shop.components.header')
@endsection
@section('main2')
@endsection
@section('footer')
@include('shop.components.footer')
@endsection
@push('css')
@endpush
@push('js')
@endpush