taskforcedev/crud-api

View on GitHub
resources/views/admin/index.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
if (!isset($uiframework) || $uiframework == 'bs3') {
    $uiframework = 'bs4';
}
$adminIndex = 'crudapi::admin.' . $uiframework . '.index';
?>
@include($adminIndex)