@extends('web.layouts.layout') @section('content') @include('web.pages.components.header.header') @include('web.pages.profile.layout.sidebar') {{__('web.your_orders')}} {{__('web.orders')}} {{__('web.canceled_orders')}} {{__('web.last_3_months')}} {{__('web.last_6_months')}} @include('web.layouts.footer_banner') @include('web.pages.components.rate_model') @endsection @section('inject_js') @endsection