event_details.blade.php#3worldimplantexpo1.26msselect `tags`.*, `taggables`.`taggable_id` as `pivot_taggable_id`, `taggables`.`tag_id` as `pivot_tag_id`, `taggables`.`taggable_type` as `pivot_taggable_type` from `tags` innerjoin `taggables` on `tags`.`id` = `taggables`.`tag_id` where `taggables`.`taggable_id` =3and `taggables`.`taggable_type` ='App\\Models\\Event'orderby `order_column` asc
event_details.blade.php#236worldimplantexpo840μsselect `companies`.*, `company_event`.`event_id` as `pivot_event_id`, `company_event`.`company_id` as `pivot_company_id` from `companies` innerjoin `company_event` on `companies`.`id` = `company_event`.`company_id` where `company_event`.`event_id` =3
event_details.blade.php#259worldimplantexpo990μsselect `categories`.*, `category_event`.`event_id` as `pivot_event_id`, `category_event`.`category_id` as `pivot_category_id` from `categories` innerjoin `category_event` on `categories`.`id` = `category_event`.`category_id` where `category_event`.`event_id` =3