Can you use php code like this inside a blade @extends method? I don't think this code works please...
How do I do a conditional check of a value from an array to decide the layout? This is the error I g...
Illuminate \ Database \ QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'suppl...
Illuminate \ Database \ QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' i...
Eloquent will also assume that each table has a primary key column named id. So I change it like thi...
@extends('layouts.' .$orderData['order']->source == 'Amazon.co.uk' or $orderData['order']->sou...
What method can I uses to check the result of an expression is set to a certain value? Do i need to...
A little confusing what does the model1() method do? model1()->delete() $model1->delete()
I believe using foreign keys is necessary.
There is an error in you sql statement. I think you are referencing the pivot table incorrectly. htt...
The Laravel portal for problem solving, knowledge sharing and community building.
The community