@extends('includes.layout') @section('content') @php $res = ""; if($_GET['id'] ?? '') { $res = DB::table('comm_tbl_smthub_ticket')->where('id', $_GET['id'])->get(); }else { $res = 0; } @endphp