PHP Classes

File: resources/views/partials/readonly.blade.php

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Laravel SAAS Boilerplate   resources/views/partials/readonly.blade.php   Download  
File: resources/views/partials/readonly.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel SAAS Boilerplate
Base application to develop software as a service
Author: By
Last change:
Date: 1 year ago
Size: 253 bytes
 

Contents

Class file image Download
@readonly
<div class="bg-yellow-50 ">
    <div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8 text-center">
        {{ __('The Application is currently in read only mode. All requests other than GET are disabled.') }}
    </div>
</div>
@endreadonly