Attendize/resources/views/Public/ViewEvent/Partials/EventFooterSection.blade.php

11 lines
468 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://github.com/Attendize/Attendize/blob/master/LICENSE for more information.--}}
@include('Shared.Partials.PoweredBy')
</div>
</div>
</div>
</footer>