@extends('layouts.app') @section('title', 'My Transaction History') @section('app') @livewire('buyer.payment-history') @endsection