This is packages table

This is addimages table

First let’s go to your Controller file and our function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$Perm=Package::where('TripTitle',$request->image_title)->first(); | |
$Permission=$Perm->Permission; | |
$pub=Package::where('TripTitle',$request->image_title)->first(); | |
$publish=$Perm->publish; |
