@extends('inner_layout') @section('title') {{ __('User Transactions') }} @endsection @section('frontend_content')
@include('user.sidebar')
@if ($orders->isEmpty()) @include('user._no_transactions') @else @include('user._with_transactions') @if ($orders->hasPages()) @endif @endif
@endsection