@extends('layouts.master') @section('page_title', 'Parent::Show Bills') @section('content') @livewire('parents.parent-show-bills') @livewire('parents.bill-payment-modal') @endsection