@extends('web.layouts.layout') @section('content')
@include('web.pages.components.header.header')
@include('web.pages.profile.layout.sidebar')

{{__('web.your_orders')}}

@include('web.layouts.footer_banner')
@include('web.pages.components.rate_model') @endsection @section('inject_js') @endsection