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

{{ __('Transactions') }}

@endsection @section('dashboard-content')

{{ __('Show') }}

{{ __('entries') }}

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