@extends('layouts.master') @section('title') @lang('translation.transaction-history') @endsection @section('breadcrumb') @component('components.breadcrumb') @slot('title') @lang('translation.transaction-history') @endslot @endcomponent @endsection @section('content')

@lang('translation.transaction-history')

@include('partials.transaction-log-cards', ['transactions' => $transactions])
@if ($transactions->hasMorePages())
@endif @endsection