Attendize/resources/views/Public/ViewEvent/Partials/EventFooterSection.blade.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>