@extends('layouts.master') @section('page_title', 'Student Transaction History') @section('content') @livewire('student-transaction-history') @endsection