'json', ]; protected $fillable = [ 'store_id', 'staff_id', 'payload', 'qrcode', 'remark' ]; public function store() { return $this->belongsTo(Store::class); } }