@extends('layouts.master') @section('page_title', 'Transaction History') @section('content') @livewire('payments.transaction-details') @endsection