11 lines
447 B
PHP
11 lines
447 B
PHP
<footer id="footer" class="container-fluid">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
{{--Attendize is provided free of charge on the condition the below hyperlink is left in place.--}}
|
|
{{--See https://www.attendize.com/licence.php for more information.--}}
|
|
@include('Shared.Partials.PoweredBy')
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer> |