@extends('web.layouts.layout') @section('content')
@include('web.layouts.header')

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

@section('inject_js') @endsection @stop