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

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

@endsection @section('dashboard-content')

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

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

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