@php $pralidetail = App\Models\prali::where('id',$praliid)->first(); $routedetail = App\Models\Route::where('id',$routeid)->first(); @endphp
Route: {{$routedetail->name}}
Prali: {{$pralidetail->name}}