@extends('layouts.print') @section('title', $feeInvoice->name) @section('content') @livewire('show-fee-invoice', ['feeInvoice' => $feeInvoice]) @endsection @section('style') @endSection