Monday, 24 April 2017

How to comment in laravel?



It is very necessary to comment in laravel format, not in html or php.

Syntax: {{--    --}}

It will not shown the comment in our page if you see the source code.

No comments:

Machine Learning - Potato Leaf Disease Prediction

Step 1: import numpy as np import pandas as pd import splitfolders import matplotlib.pyplot as plt import tensorflow as tf from tensorflow i...