@extends('ecommerce::frontend.layout.main2') @section('title') {{ $ecommerce_setting->site_title ?? 'Dashboard' }} @endsection @section('description') {{ $ecommerce_setting->site_description ?? '' }} @endsection @section('content')

{{trans('file.dashboard')}}

@endsection