PHP Classes

File: src/stubs/views/partials/fields/index/boolean.blade.php.stub

Recommend this page to a friend!
  Classes of TJ Webb   Laravel CRUD Generator   src/stubs/views/partials/fields/index/boolean.blade.php.stub   Download  
File: src/stubs/views/partials/fields/index/boolean.blade.php.stub
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel CRUD Generator
Generate MVC classes for any Laravel model
Author: By
Last change:
Date: 4 years ago
Size: 232 bytes
 

Contents

Class file image Download
@if({MODEL_VARIABLE}) <span class="no-btn btn btn-xs btn-info">True</span> @else <span class="no-btn btn btn-xs btn-danger">False</span> @endif