Guest User

Untitled

a guest
Jan 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. $custompack = CustomPackages::find($id);
  2. $venue = Venue::find($custompack->venue);
  3.  
  4.  
  5. $food = Food::all();
  6. $attire = Attire::all();
  7. $hairmakeup = HairMakeup::all();
  8. $invitation = Invitation::all();
  9. $photosvideos = PhotosVideos::all();
  10. $cakescupcakes = CakesCupcakes::all();
  11. $lightsound = LightSound::all();
  12. $programhost = ProgramHost::all();
  13. $eventsingers = EventSingers::all();
  14. //$custompack = CustomPackages::all();
  15. return view('packages.customshow',compact('venue','custompack','packages','food','attire','hairmakeup','photosvideos','cakescupcakes','lightsound','programhost','eventsingers','invitation'));
  16. }
Add Comment
Please, Sign In to add comment