@extends('ecommerce::frontend.layout.main') @section('title') {{ $ecommerce_setting->site_title ?? '' }} @endsection @section('description') @endsection @section('content')
@include('ecommerce::frontend.customer-menu')
@csrf
@endsection @section('script') @endsection