@extends('layout.store_layout.master')
@section('custom_css')
@endsection
@section('content')
@include('pages.store_admin.delegates.sections.overview')
@include('pages.store_admin.delegates.sections.orders')
@endsection
@section('custom_js')
@endsection