timegridio/timegrid

View on GitHub
resources/views/vendor/cookieConsent/dialogContents.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<div class="js-cookie-consent cookie-tease">

    <span class="cookie-consent__message">
        {!! trans('cookieConsent::texts.message') !!}
    </span>

    <button class="js-cookie-consent-agree cookie-consent__agree btn btn-warning">
        {{ trans('cookieConsent::texts.agree') }}
    </button>

</div>