Turn Your Vehicle Into a Smart Earning Asset

While you’re not driving your car or bike, it can still be working for you. MOTOSHARE helps you earn passive income by connecting your vehicle with trusted renters in your city.

πŸš— You set the rental price
πŸ” Secure bookings with verified renters
πŸ“ Track your vehicle with GPS integration
πŸ’° Start earning within 48 hours

Join as a Partner Today

It’s simple, safe, and rewarding. Your vehicle. Your rules. Your earnings.

Basic Things To Find Error In Laravel

To be master in finding error and build logic to make query, certain things should understand properly


(i) check wheather your routing working properly or controller working properly
(ii) connection between blade file,routing and controller matched properly
(iii) your query syntax ,logic working properly
(iv) to make customized view with clear logic and client requirement can be compiled with query
(v) while u running your view or blade file inspect the page in google chrome browser
(a) check network all script, css, bootstrap link working prperly
(b) if 404,500 error appear then your there is some bugs in ur code
200 shows ok status
(c) click console,source and debug to check syntax and logical error
(vi) run php artisan c:cache, php artisan route:cache, php artisan view :cache after manipulating,altering your code

(vii) if any error appear search in google,stackoverfolw.

in controller return simple variable,like return “welcome”;

if welcome msg appears after clicking rvsp then first(i) and second point (ii) satisfied

in controller return query variable or compact variable to check third point(iii) and (iv) like return $res;

(iii) your query syntax ,logic working properly
(iv) to make customized view with clear logic and client requirement can be compiled with query

figure (i)
figure(ii)
figure(iii)
figure(iv)

if no error appear than compact this variable with return .in above (ii) and (iv)figure is matched

In blade file while you click what is the value of id u can check in blade file by passing Edit{{ $gall->id }} and result Edit3,Edit2

In database check value of id

You can Confirm value of id in controller also

(v) while u running your view or blade file inspect the page in google chrome browser
(a) check network all script, css, bootstrap link working properly

(b) if 404,500 error appear then your there is some bugs in ur code
200 shows ok status

(c) click console,source and debug to check syntax and logical error

(vi) run php artisan c:cache, php artisan route:cache, php artisan view :cache after manipulating,altering your code

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.