@extends('user.dashboard_layout') @section('title') {{ __('translate.Orders List') }} @endsection @section('breadcrumb')

{{ __('translate.Orders') }}

@endsection @section('dashboard-content')

{{ __('translate.Show') }}

{{ __('translate.entries') }}

@if($orders->isEmpty()) @include('user._no_order') @else @include('user._with_order') @if ($orders->hasPages())
@endif @endif @endsection @push('js_section') @endpush