@extends('layouts.main') @section('main-content')
@include('components.payment.generated_bills', [ 'showMinistryColumn' => true, 'showDepartmentColumn' => true, 'showServiceColumn' => true, ])
@endsection @section('more-scripts') @endsection