Laravel-Classimax-Directory
Laravel-Classimax-Directory copied to clipboard
head.blade.php
header file containing css links in the folder resources\views\partialsMainTable\head.blade.php need to be changed otherwise css classes wont be loaded in the front-end . corrected links should be loaded using href="{{ URL::asset('/css/style.css') }}" which css folder is within public folder.