That goes in the tech display view. The view you want to display the tech and their orders.
Right to the get the tech orders. do something like this @foreach($order as $t) {{$t->ordernam...
Remove this from the route file. // Tech Model public function orders(){ return...
Thanks not a laravel error. You may have forgotten to put a semicolon at the end of a line.. Post...
The Laravel portal for problem solving, knowledge sharing and community building.