@extends('layouts.master') @section('page_title', 'Bill Items') @section('content') @livewire('bills.bill-items') @endsection